Module index

Module index 

Source

Modulesยง

bloom_filter ๐Ÿ”’
fulltext_index ๐Ÿ”’
indexer ๐Ÿ”’
intermediate
inverted_index ๐Ÿ”’
puffin_manager
statistics ๐Ÿ”’
store ๐Ÿ”’

Structsยง

IndexBaseOutput
Base output of the index creation.
IndexBuildScheduler
IndexBuildStatus
Tracks the index build status of a region scheduled by the IndexBuildScheduler.
IndexBuildTask
IndexOutput
Output of the index creation.
Indexer
The index creator that hides the error handling details.
IndexerBuilderImpl ๐Ÿ”’

Enumsยง

IndexBuildOutcome
Outcome of an index build task.
IndexBuildType
Type of an index build task.

Constantsยง

TYPE_BLOOM_FILTER_INDEX ๐Ÿ”’
TYPE_FULLTEXT_INDEX ๐Ÿ”’
TYPE_INVERTED_INDEX ๐Ÿ”’

Traitsยง

IndexerBuilder

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ยง

BloomFilterOutput
Output of the bloom filter creation.
FulltextIndexOutput
Output of the fulltext index creation.
InvertedIndexOutput
Output of the inverted index creation.
ResultMpscSender
Mpsc output result sender.