public class HoodieBaseBloomIndexCheckFunction extends Object implements Function<Iterator<Pair<String,HoodieKey>>,Iterator<List<HoodieKeyLookupResult>>>
| Constructor and Description |
|---|
HoodieBaseBloomIndexCheckFunction(HoodieTable hoodieTable,
HoodieWriteConfig config) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<List<HoodieKeyLookupResult>> |
apply(Iterator<Pair<String,HoodieKey>> filePartitionRecordKeyTripletItr) |
public HoodieBaseBloomIndexCheckFunction(HoodieTable hoodieTable, HoodieWriteConfig config)
Copyright © 2022 The Apache Software Foundation. All rights reserved.