Uses of Class
org.apache.flink.table.catalog.CatalogTable.Builder
-
Packages that use CatalogTable.Builder Package Description org.apache.flink.table.catalog -
-
Uses of CatalogTable.Builder in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogTable.Builder Modifier and Type Method Description CatalogTable.BuilderCatalogTable.Builder. comment(String comment)CatalogTable.BuilderCatalogTable.Builder. distribution(TableDistribution distribution)static CatalogTable.BuilderCatalogTable. newBuilder()Builder for configuring and creating instances ofCatalogTable.CatalogTable.BuilderCatalogTable.Builder. options(Map<String,String> options)CatalogTable.BuilderCatalogTable.Builder. partitionKeys(List<String> partitionKeys)CatalogTable.BuilderCatalogTable.Builder. schema(Schema schema)CatalogTable.BuilderCatalogTable.Builder. snapshot(Long snapshot)
-