Package org.apache.pinot.segment.local.segment.index.loader
-
Interface Summary Interface Description IndexHandler Interface for index handlers, which update the corresponding type of indices, like adding, removing or converting the format. -
Class Summary Class Description BaseIndexHandler Base class for all of theIndexHandlerclasses.ForwardIndexHandler Helper class used bySegmentPreProcessorto make changes to forward index and dictionary configs.IndexHandlerFactory 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