P
- The type to describe a partition.@Internal @FunctionalInterface public interface PartitionFetcher<P> extends Serializable
Modifier and Type | Interface and Description |
---|---|
static interface |
PartitionFetcher.Context<P>
Context for fetch partitions, partition information is stored in hive meta store.
|
Modifier and Type | Method and Description |
---|---|
List<P> |
fetch(PartitionFetcher.Context<P> context)
Fetch the suitable partitions, call this method should guarantee the fetcher has opened.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.