Modulesยง
- bloom_
filter ๐ - fulltext_
index ๐ - indexer ๐
- intermediate
- inverted_
index ๐ - puffin_
manager - statistics ๐
- store ๐
Structsยง
- Index
Base Output - Base output of the index creation.
- Index
Build Scheduler - Index
Build Status - Tracks the index build status of a region scheduled by the IndexBuildScheduler.
- Index
Build Task - Index
Output - Output of the index creation.
- Indexer
- The index creator that hides the error handling details.
- Indexer
Builder ๐Impl
Enumsยง
- Index
Build Outcome - Outcome of an index build task.
- Index
Build Type - Type of an index build task.
Constantsยง
- TYPE_
BLOOM_ ๐FILTER_ INDEX - TYPE_
FULLTEXT_ ๐INDEX - TYPE_
INVERTED_ ๐INDEX
Traitsยง
Functionsยง
- decode_
primary_ ๐keys_ with_ counts - Decodes primary keys from a flat format RecordBatch. Returns a list of (decoded_pk_value, count) tuples where count is the number of occurrences.
Type Aliasesยง
- Bloom
Filter Output - Output of the bloom filter creation.
- Fulltext
Index Output - Output of the fulltext index creation.
- Inverted
Index Output - Output of the inverted index creation.
- Result
Mpsc Sender - Mpsc output result sender.