Uses of Class
org.apache.flink.table.catalog.exceptions.TableNotPartitionedException
Packages that use TableNotPartitionedException
-
Uses of TableNotPartitionedException in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that throw TableNotPartitionedExceptionModifier and TypeMethodDescriptionvoidCatalog.createPartition(ObjectPath tablePath, CatalogPartitionSpec partitionSpec, CatalogPartition partition, boolean ignoreIfExists) Create a partition.Catalog.listPartitions(ObjectPath tablePath) Get CatalogPartitionSpec of all partitions of the table.Catalog.listPartitions(ObjectPath tablePath, CatalogPartitionSpec partitionSpec) Get CatalogPartitionSpec of all partitions that is under the given CatalogPartitionSpec in the table.Catalog.listPartitionsByFilter(ObjectPath tablePath, List<Expression> filters) Get CatalogPartitionSpec of partitions by expression filters in the table.