Uses of Interface
org.apache.flink.table.catalog.CatalogPartition
-
Packages that use CatalogPartition Package Description org.apache.flink.table.catalog -
-
Uses of CatalogPartition in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogPartition Modifier and Type Method Description CatalogPartitionCatalogPartition. copy()Get a deep copy of the CatalogPartition instance.CatalogPartitionCatalog. getPartition(ObjectPath tablePath, CatalogPartitionSpec partitionSpec)Get a partition of the given table.Methods in org.apache.flink.table.catalog with parameters of type CatalogPartition Modifier and Type Method Description voidCatalog. alterPartition(ObjectPath tablePath, CatalogPartitionSpec partitionSpec, CatalogPartition newPartition, boolean ignoreIfNotExists)Alter a partition.voidCatalog. createPartition(ObjectPath tablePath, CatalogPartitionSpec partitionSpec, CatalogPartition partition, boolean ignoreIfExists)Create a partition.
-