| Package | Description |
|---|---|
| org.apache.hudi.index.bloom |
| Modifier and Type | Method and Description |
|---|---|
protected List<Pair<String,BloomIndexFileInfo>> |
HoodieBloomIndex.loadColumnRangesFromMetaIndex(List<String> partitions,
HoodieEngineContext context,
HoodieTable<?,?,?,?> hoodieTable)
Load the column stats index as BloomIndexFileInfo for all the involved files in the partition.
|
| Modifier and Type | Method and Description |
|---|---|
HoodiePairData<HoodieKey,HoodieRecordLocation> |
ListBasedHoodieBloomIndexHelper.findMatchingFilesForRecordKeys(HoodieWriteConfig config,
HoodieEngineContext context,
HoodieTable hoodieTable,
HoodiePairData<String,String> partitionRecordKeyPairs,
HoodieData<Pair<String,HoodieKey>> fileComparisonPairs,
Map<String,List<BloomIndexFileInfo>> partitionToFileInfo,
Map<String,Long> recordsPerPartition) |
abstract HoodiePairData<HoodieKey,HoodieRecordLocation> |
BaseHoodieBloomIndexHelper.findMatchingFilesForRecordKeys(HoodieWriteConfig config,
HoodieEngineContext context,
HoodieTable hoodieTable,
HoodiePairData<String,String> partitionRecordKeyPairs,
HoodieData<Pair<String,HoodieKey>> fileComparisonPairs,
Map<String,List<BloomIndexFileInfo>> partitionToFileInfo,
Map<String,Long> recordsPerPartition)
Find out
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.