static Columns
Parameters
value
The columns that have been defined as STATIC. Static columns store values that are shared by all rows in the same partition.
Parameters
values
The columns that have been defined as STATIC. Static columns store values that are shared by all rows in the same partition.
suspend fun staticColumns(argument: List<suspend TableSchemaDefinitionStaticColumnArgsBuilder.() -> Unit>)
suspend fun staticColumns(vararg argument: suspend TableSchemaDefinitionStaticColumnArgsBuilder.() -> Unit)
suspend fun staticColumns(argument: suspend TableSchemaDefinitionStaticColumnArgsBuilder.() -> Unit)
Parameters
argument
The columns that have been defined as STATIC. Static columns store values that are shared by all rows in the same partition.