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