| Package | Description |
|---|---|
| org.apache.hudi.source | |
| org.apache.hudi.source.prune | |
| org.apache.hudi.table |
| Modifier and Type | Method and Description |
|---|---|
FileIndex.Builder |
FileIndex.Builder.dataPruner(DataPruner dataPruner) |
| Modifier and Type | Method and Description |
|---|---|
static DataPruner |
DataPruner.newInstance(List<org.apache.flink.table.expressions.ResolvedExpression> filters) |
| Modifier and Type | Method and Description |
|---|---|
DataPruner |
HoodieTableSource.getDataPruner() |
| Constructor and Description |
|---|
HoodieTableSource(org.apache.flink.table.catalog.ResolvedSchema schema,
org.apache.hadoop.fs.Path path,
List<String> partitionKeys,
String defaultPartName,
org.apache.flink.configuration.Configuration conf,
List<ExpressionPredicates.Predicate> predicates,
DataPruner dataPruner,
PartitionPruners.PartitionPruner partitionPruner,
int dataBucket,
int[] requiredPos,
Long limit,
HoodieTableMetaClient metaClient,
InternalSchemaManager internalSchemaManager) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.