Class IndexCreationContext.Forward
- java.lang.Object
-
- org.apache.pinot.segment.spi.creator.IndexCreationContext.Wrapper
-
- org.apache.pinot.segment.spi.creator.IndexCreationContext.Forward
-
- All Implemented Interfaces:
IndexCreationContext
- Enclosing interface:
- IndexCreationContext
public static class IndexCreationContext.Forward extends IndexCreationContext.Wrapper
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.pinot.segment.spi.creator.IndexCreationContext
IndexCreationContext.BloomFilter, IndexCreationContext.Builder, IndexCreationContext.Common, IndexCreationContext.Forward, IndexCreationContext.Geospatial, IndexCreationContext.Inverted, IndexCreationContext.Json, IndexCreationContext.Range, IndexCreationContext.Text, IndexCreationContext.Wrapper
-
-
Method Summary
Modifier and Type Method Description ChunkCompressionTypegetChunkCompressionType()Map<String,Map<String,String>>getColumnProperties()-
Methods inherited from class org.apache.pinot.segment.spi.creator.IndexCreationContext.Wrapper
forwardIndexDisabled, getCardinality, getFieldSpec, getIndexDir, getLengthOfLongestEntry, getMaxNumberOfMultiValueElements, getMaxRowLengthInBytes, getMaxValue, getMinValue, getTotalDocs, getTotalNumberOfEntries, hasDictionary, isOnHeap, isSorted
-
-