Class TableDistribution

java.lang.Object
org.apache.flink.table.catalog.TableDistribution

@PublicEvolving public class TableDistribution extends Object
Defines whether the given table is distributed across buckets using a specified algorithm and given columns. It represents the DISTRIBUTED BY clause in SQL.
See Also: