Uses of Interface
org.apache.flink.table.catalog.CatalogPartition
-
Packages that use CatalogPartition Package Description org.apache.flink.table.catalog org.apache.flink.table.file.testutils.catalog org.apache.flink.table.operations.ddl -
-
Uses of CatalogPartition in org.apache.flink.table.catalog
Classes in org.apache.flink.table.catalog that implement CatalogPartition Modifier and Type Class Description class
CatalogPartitionImpl
A catalog partition implementation.Methods in org.apache.flink.table.catalog that return CatalogPartition Modifier and Type Method Description CatalogPartition
CatalogPartition. copy()
Get a deep copy of the CatalogPartition instance.CatalogPartition
CatalogPartitionImpl. copy()
CatalogPartition
Catalog. getPartition(ObjectPath tablePath, CatalogPartitionSpec partitionSpec)
Get a partition of the given table.CatalogPartition
GenericInMemoryCatalog. getPartition(ObjectPath tablePath, CatalogPartitionSpec partitionSpec)
Methods in org.apache.flink.table.catalog that return types with arguments of type CatalogPartition Modifier and Type Method Description Optional<CatalogPartition>
CatalogManager. getPartition(ObjectIdentifier tableIdentifier, CatalogPartitionSpec partitionSpec)
Retrieves a partition with a fully qualified table path and partition spec.Optional<CatalogPartition>
CatalogRegistry. getPartition(ObjectIdentifier tableIdentifier, CatalogPartitionSpec partitionSpec)
Retrieves a partition with a fully qualified table path and partition spec.Methods in org.apache.flink.table.catalog with parameters of type CatalogPartition Modifier and Type Method Description void
Catalog. alterPartition(ObjectPath tablePath, CatalogPartitionSpec partitionSpec, CatalogPartition newPartition, boolean ignoreIfNotExists)
Alter a partition.void
GenericInMemoryCatalog. alterPartition(ObjectPath tablePath, CatalogPartitionSpec partitionSpec, CatalogPartition newPartition, boolean ignoreIfNotExists)
void
Catalog. createPartition(ObjectPath tablePath, CatalogPartitionSpec partitionSpec, CatalogPartition partition, boolean ignoreIfExists)
Create a partition.void
GenericInMemoryCatalog. createPartition(ObjectPath tablePath, CatalogPartitionSpec partitionSpec, CatalogPartition partition, boolean ignoreIfExists)
-
Uses of CatalogPartition in org.apache.flink.table.file.testutils.catalog
Methods in org.apache.flink.table.file.testutils.catalog that return CatalogPartition Modifier and Type Method Description CatalogPartition
TestFileSystemCatalog. getPartition(ObjectPath tablePath, CatalogPartitionSpec partitionSpec)
Methods in org.apache.flink.table.file.testutils.catalog with parameters of type CatalogPartition Modifier and Type Method Description void
TestFileSystemCatalog. alterPartition(ObjectPath tablePath, CatalogPartitionSpec partitionSpec, CatalogPartition newPartition, boolean ignoreIfNotExists)
void
TestFileSystemCatalog. createPartition(ObjectPath tablePath, CatalogPartitionSpec partitionSpec, CatalogPartition partition, boolean ignoreIfExists)
-
Uses of CatalogPartition in org.apache.flink.table.operations.ddl
Methods in org.apache.flink.table.operations.ddl that return CatalogPartition Modifier and Type Method Description CatalogPartition
AlterPartitionPropertiesOperation. getCatalogPartition()
Methods in org.apache.flink.table.operations.ddl that return types with arguments of type CatalogPartition Modifier and Type Method Description List<CatalogPartition>
AddPartitionsOperation. getCatalogPartitions()
Constructors in org.apache.flink.table.operations.ddl with parameters of type CatalogPartition Constructor Description AlterPartitionPropertiesOperation(ObjectIdentifier tableIdentifier, CatalogPartitionSpec partitionSpec, CatalogPartition catalogPartition)
-