Uses of Class
org.apache.pinot.segment.local.indexsegment.mutable.MutableSegmentImpl
-
Packages that use MutableSegmentImpl Package Description org.apache.pinot.segment.local.realtime.converter -
-
Uses of MutableSegmentImpl in org.apache.pinot.segment.local.realtime.converter
Constructors in org.apache.pinot.segment.local.realtime.converter with parameters of type MutableSegmentImpl Constructor Description RealtimeSegmentConverter(MutableSegmentImpl realtimeSegment, SegmentZKPropsConfig segmentZKPropsConfig, String outputPath, Schema schema, String tableName, TableConfig tableConfig, String segmentName, String sortedColumn, List<String> invertedIndexColumns, List<String> textIndexColumns, List<String> fstIndexColumns, List<String> noDictionaryColumns, List<String> varLengthDictionaryColumns, boolean nullHandlingEnabled)
-