Uses of Class
org.apache.flink.table.catalog.TableChange.AddDistribution
-
Packages that use TableChange.AddDistribution Package Description org.apache.flink.table.catalog -
-
Uses of TableChange.AddDistribution in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return TableChange.AddDistribution Modifier and Type Method Description static TableChange.AddDistribution
TableChange. add(TableDistribution distribution)
A table change to add a distribution.
-