Interface CombinedInvertedIndexCreator
-
- All Superinterfaces:
AutoCloseable,Closeable,DictionaryBasedInvertedIndexCreator,InvertedIndexCreator,RawValueBasedInvertedIndexCreator
public interface CombinedInvertedIndexCreator extends DictionaryBasedInvertedIndexCreator, RawValueBasedInvertedIndexCreator
-
-
Method Summary
-
Methods inherited from interface org.apache.pinot.segment.spi.index.creator.DictionaryBasedInvertedIndexCreator
add, add
-
Methods inherited from interface org.apache.pinot.segment.spi.index.creator.InvertedIndexCreator
seal
-
-