Uses of Interface
org.apache.flink.table.api.PartitionedTable
Packages that use PartitionedTable
-
Uses of PartitionedTable in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return PartitionedTableModifier and TypeMethodDescriptionPartitionedTable.orderBy(Expression... fields) Sorts the partitioned table within each partition.Table.partitionBy(Expression... fields) Partitions the table by a set of partition keys.