chunk

fun Entity<*>.chunk(column: Column<String>): ChunkExposedDelegate
fun Entity<*>.chunk(worldColumn: Column<String>, xColumn: Column<Int>, zColumn: Column<Int>): ChunkMultiColumnExposedDelegate
fun Entity<*>.chunk(worldColumn: Column<String?>, xColumn: Column<Int?>, zColumn: Column<Int?>): ChunkMultiColumnExposedDelegateNullable