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