Package org.apache.pinot.segment.local.segment.index.loader
-
Interface Summary Interface Description ConfigurableFromIndexLoadingConfig<C extends IndexConfig> This interface can be optionally implemented byindex typesto indicate that they can extract their configuration from an olderIndexLoadingConfigobject. -
Class Summary Class Description BaseIndexHandler Base class for all of theIndexHandlerclasses.ForwardIndexHandler Helper class used bySegmentPreProcessorto make changes to forward index and dictionary configs.IndexLoadingConfig Table level index loading config.InvertedIndexAndDictionaryBasedForwardIndexCreator Helper classed used by theSegmentPreProcessorto generate the forward index from inverted index and dictionary when the forward index is enabled for columns where it was previously disabled.LoaderUtils SegmentPreProcessor Use mmap to load the segment and perform all pre-processing steps. -
Enum Summary Enum Description ForwardIndexHandler.Operation