Module compaction_catalog_manager

Source

Macros§

for_all_filter_key_extractor_variants 🔒
impl_filter_key_extractor 🔒

Structs§

CompactionCatalogAgent
CompactionCatalogAgent is a wrapper of filter_key_extractor_manager and table_id_to_vnode The CompactionCatalogAgent belongs to a compaction task call, which we will build from the table_ids contained in a compact task and use it during the compaction. The CompactionCatalogAgent can act as a agent for the CompactionCatalogManager, providing extract and vnode_count capabilities.
CompactionCatalogManager
CompactionCatalogManager is a manager to manage all Table which used in compaction
DummyFilterKeyExtractor
FakeRemoteTableAccessor
FixedLengthFilterKeyExtractor
SchemaFilterKeyExtractor build from table_catalog and extract a full_key to prefix for
FullKeyFilterKeyExtractor
MultiFilterKeyExtractor
RemoteTableAccessor
SchemaFilterKeyExtractor
SchemaFilterKeyExtractor build from table_catalog and transform a full_key to prefix for prefix_bloom_filter

Enums§

FilterKeyExtractorImpl

Traits§

FilterKeyExtractor
FilterKeyExtractor generally used to extract key which will store in BloomFilter
StateTableAccessor

Functions§

build_watermark_col_serde 🔒

Type Aliases§

CompactionCatalogAgentRef
CompactionCatalogManagerRef