Uses of Class
org.apache.pinot.tools.segment.converter.DictionaryToRawIndexConverter
-
Packages that use DictionaryToRawIndexConverter Package Description org.apache.pinot.tools.segment.converter -
-
Uses of DictionaryToRawIndexConverter in org.apache.pinot.tools.segment.converter
Methods in org.apache.pinot.tools.segment.converter that return DictionaryToRawIndexConverter Modifier and Type Method Description DictionaryToRawIndexConverterDictionaryToRawIndexConverter. setColumns(String columns)Setter for columns to convert.DictionaryToRawIndexConverterDictionaryToRawIndexConverter. setDataDir(String dataDir)Setter for_dataDirDictionaryToRawIndexConverterDictionaryToRawIndexConverter. setOutputDir(String outputDir)Setter for_outputDirDictionaryToRawIndexConverterDictionaryToRawIndexConverter. setOverwrite(boolean overwrite)Setter for_overwriteWhen set to true, already existing output directory is overwritten.
-