| Package | Description |
|---|---|
| org.apache.flink.table.filesystem |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContinuousPartitionFetcher.Context<P,T extends Comparable<T>>
Context for fetch partitions, partition information is stored in hive meta store.
|
| Modifier and Type | Method and Description |
|---|---|
PartitionFetcher.Context<P> |
FileSystemLookupFunction.getFetcherContext() |
| Modifier and Type | Method and Description |
|---|---|
List<P> |
PartitionFetcher.fetch(PartitionFetcher.Context<P> context)
Fetch the suitable partitions, call this method should guarantee the fetcher has opened.
|
| 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.