Uses of Package
org.apache.pinot.segment.spi.index.creator
-
Packages that use org.apache.pinot.segment.spi.index.creator Package Description org.apache.pinot.segment.spi.creator org.apache.pinot.segment.spi.index org.apache.pinot.segment.spi.index.creator -
Classes in org.apache.pinot.segment.spi.index.creator used by org.apache.pinot.segment.spi.creator Class Description BloomFilterCreator CombinedInvertedIndexCreator DictionaryBasedInvertedIndexCreator Support for RoaringBitmap inverted index:ForwardIndexCreator Interface for forward index creator.GeoSpatialIndexCreator Index creator for geospatial index.H3IndexConfig JsonIndexCreator Index creator for json index.SegmentIndexCreationInfo TextIndexCreator Index creator for text index. -
Classes in org.apache.pinot.segment.spi.index.creator used by org.apache.pinot.segment.spi.index Class Description BloomFilterCreator CombinedInvertedIndexCreator DictionaryBasedInvertedIndexCreator Support for RoaringBitmap inverted index:ForwardIndexCreator Interface for forward index creator.GeoSpatialIndexCreator Index creator for geospatial index.JsonIndexCreator Index creator for json index.TextIndexCreator Index creator for text index. -
Classes in org.apache.pinot.segment.spi.index.creator used by org.apache.pinot.segment.spi.index.creator Class Description DictionaryBasedInvertedIndexCreator Support for RoaringBitmap inverted index:InvertedIndexCreator Marker interface for all inverted index creators.RawValueBasedInvertedIndexCreator