Uses of Class
org.apache.pinot.segment.spi.index.creator.SegmentIndexCreationInfo
-
Packages that use SegmentIndexCreationInfo Package Description org.apache.pinot.segment.spi.creator -
-
Uses of SegmentIndexCreationInfo in org.apache.pinot.segment.spi.creator
Methods in org.apache.pinot.segment.spi.creator with parameters of type SegmentIndexCreationInfo Modifier and Type Method Description voidSegmentCreator. init(SegmentGeneratorConfig segmentCreationSpec, SegmentIndexCreationInfo segmentIndexCreationInfo, Map<String,ColumnIndexCreationInfo> indexCreationInfoMap, Schema schema, File outDir)Initializes the segment creation.
-