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