| Interface | Description |
|---|---|
| IndexFileFilter |
IndexFile filter to assist in look up of a record key.
|
| Class | Description |
|---|---|
| BaseHoodieBloomIndexHelper |
Helper for
HoodieBloomIndex containing engine-specific logic. |
| BloomIndexFileInfo |
Metadata about a given file group, useful for index lookup.
|
| HoodieBloomIndex |
Indexing mechanism based on bloom filter.
|
| HoodieBloomIndexCheckFunction<I> |
Function accepting a tuple of
HoodieFileGroupId and a record key and producing
a list of HoodieKeyLookupResult for every file identified by the file-group ids |
| HoodieGlobalBloomIndex |
This filter will only work with hoodie table since it will only load partitions
with .hoodie_partition_metadata file in it.
|
| ListBasedHoodieBloomIndexHelper |
Helper for
HoodieBloomIndex containing Java List-based logic. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.