Uses of Interface
org.apache.flink.connector.file.table.PartitionReader
-
Packages that use PartitionReader Package Description org.apache.flink.connectors.hive org.apache.flink.connectors.hive.read -
-
Uses of PartitionReader in org.apache.flink.connectors.hive
Methods in org.apache.flink.connectors.hive that return PartitionReader Modifier and Type Method Description PartitionReader<P,RowData>
FileSystemLookupFunction. getPartitionReader()
Constructors in org.apache.flink.connectors.hive with parameters of type PartitionReader Constructor Description FileSystemLookupFunction(PartitionFetcher<P> partitionFetcher, PartitionFetcher.Context<P> fetcherContext, PartitionReader<P,RowData> partitionReader, RowType rowType, int[] lookupKeys, Duration reloadInterval)
-
Uses of PartitionReader in org.apache.flink.connectors.hive.read
Classes in org.apache.flink.connectors.hive.read that implement PartitionReader Modifier and Type Class Description class
HiveInputFormatPartitionReader
Partition reader that read records from InputFormat using given partitions.
-