| Package | Description |
|---|---|
| org.apache.flink.table.filesystem |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContinuousPartitionFetcher<P,T extends Comparable<T>>
Partition fetcher for helping continuously fetch partitioned table.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionFetcher<P> |
FileSystemLookupFunction.getPartitionFetcher() |
| Constructor and Description |
|---|
FileSystemLookupFunction(PartitionFetcher<P> partitionFetcher,
PartitionFetcher.Context<P> fetcherContext,
PartitionReader<P,org.apache.flink.table.data.RowData> partitionReader,
org.apache.flink.table.types.logical.RowType rowType,
int[] lookupKeys,
java.time.Duration reloadInterval) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.