Uses of Interface
org.apache.flink.table.catalog.CatalogPartition
Packages that use CatalogPartition
-
Uses of CatalogPartition in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogPartitionModifier and TypeMethodDescriptionCatalogPartition.copy()Get a deep copy of the CatalogPartition instance.Catalog.getPartition(ObjectPath tablePath, CatalogPartitionSpec partitionSpec) Get a partition of the given table.Methods in org.apache.flink.table.catalog with parameters of type CatalogPartitionModifier and TypeMethodDescriptionvoidCatalog.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.