Uses of Class
org.apache.pinot.segment.spi.creator.IndexCreationContext.Range
-
Packages that use IndexCreationContext.Range Package Description org.apache.pinot.segment.spi.creator org.apache.pinot.segment.spi.index -
-
Uses of IndexCreationContext.Range in org.apache.pinot.segment.spi.creator
Methods in org.apache.pinot.segment.spi.creator that return IndexCreationContext.Range Modifier and Type Method Description IndexCreationContext.RangeIndexCreationContext.Common. forRangeIndex(int rangeIndexVersion)Methods in org.apache.pinot.segment.spi.creator with parameters of type IndexCreationContext.Range Modifier and Type Method Description CombinedInvertedIndexCreatorRangeIndexCreatorProvider. newRangeIndexCreator(IndexCreationContext.Range context)Creates a {@see CombinedInvertedIndexCreator} from information about index creation. -
Uses of IndexCreationContext.Range in org.apache.pinot.segment.spi.index
Methods in org.apache.pinot.segment.spi.index with parameters of type IndexCreationContext.Range Modifier and Type Method Description CombinedInvertedIndexCreatorIndexingOverrides.Default. newRangeIndexCreator(IndexCreationContext.Range context)
-