Uses of Class
org.apache.flink.table.catalog.TableDistribution
Packages that use TableDistribution
-
Uses of TableDistribution in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return TableDistributionModifier and TypeMethodDescriptionTableChange.AddDistribution.getDistribution()Returns the unique constraint to add.TableChange.ModifyDistribution.getDistribution()Returns the unique constraint to add.static TableDistributionTableDistribution.of(TableDistribution.Kind kind, Integer bucketCount, List<String> bucketKeys) Distribution of the given kind over the given keys with a declared number of buckets.static TableDistributionHash distribution over the given keys among the declared number of buckets.static TableDistributionRange distribution over the given keys among the declared number of buckets.static TableDistributionTableDistribution.ofUnknown(int bucketCount) Connector-dependent distribution with a declared number of buckets.static TableDistributionConnector-dependent distribution with a declared number of buckets.Methods in org.apache.flink.table.catalog that return types with arguments of type TableDistributionModifier and TypeMethodDescriptiondefault Optional<TableDistribution>CatalogTable.getDistribution()Returns the distribution of the table if theDISTRIBUTEDclause is defined.DefaultCatalogTable.getDistribution()ResolvedCatalogTable.getDistribution()Methods in org.apache.flink.table.catalog with parameters of type TableDistributionModifier and TypeMethodDescriptionstatic TableChange.AddDistributionTableChange.add(TableDistribution distribution) A table change to add a distribution.CatalogTable.Builder.distribution(TableDistribution distribution) TableChange.modify(TableDistribution distribution) A table change to modify a distribution.Constructors in org.apache.flink.table.catalog with parameters of type TableDistributionModifierConstructorDescriptionprotectedDefaultCatalogTable(Schema schema, String comment, List<String> partitionKeys, Map<String, String> options, Long snapshot, TableDistribution distribution)