clustering

@JvmName(name = "hewpjopbkegxqlqh")
suspend fun clustering(value: Output<ClusteringArgs>)
@JvmName(name = "kahbeokfoynvhuax")
suspend fun clustering(value: ClusteringArgs?)

Parameters

value

Beta Clustering specification for the destination table. Must be specified with time-based partitioning, data in the table will be first partitioned and subsequently clustered.


@JvmName(name = "rbynskllbxxboalk")
suspend fun clustering(argument: suspend ClusteringArgsBuilder.() -> Unit)

Parameters

argument

Beta Clustering specification for the destination table. Must be specified with time-based partitioning, data in the table will be first partitioned and subsequently clustered.