Class IndexCreationContext.Geospatial
- java.lang.Object
-
- org.apache.pinot.segment.spi.creator.IndexCreationContext.Wrapper
-
- org.apache.pinot.segment.spi.creator.IndexCreationContext.Geospatial
-
- All Implemented Interfaces:
IndexCreationContext
- Enclosing interface:
- IndexCreationContext
public static class IndexCreationContext.Geospatial 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 H3IndexConfiggetH3IndexConfig()-
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
-
-
-
-
Method Detail
-
getH3IndexConfig
public H3IndexConfig getH3IndexConfig()
-
-