Uses of Class
org.apache.druid.segment.StringColumnFormatSpec
Packages that use StringColumnFormatSpec
-
Uses of StringColumnFormatSpec in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl that return StringColumnFormatSpecConstructors in org.apache.druid.data.input.impl with parameters of type StringColumnFormatSpecModifierConstructorDescriptionStringDimensionSchema(String name, DimensionSchema.MultiValueHandling multiValueHandling, Boolean createBitmapIndex, StringColumnFormatSpec columnFormatSpec) -
Uses of StringColumnFormatSpec in org.apache.druid.segment
Methods in org.apache.druid.segment that return StringColumnFormatSpecModifier and TypeMethodDescriptionStringColumnFormatSpec.Builder.build()static StringColumnFormatSpecStringColumnFormatSpec.getEffectiveFormatSpec(StringColumnFormatSpec columnFormatSpec, IndexSpec indexSpec) IndexSpec.getStringColumnFormatSpec()Methods in org.apache.druid.segment with parameters of type StringColumnFormatSpecModifier and TypeMethodDescriptionStringColumnFormatSpec.builder(StringColumnFormatSpec spec) static StringColumnFormatSpecStringColumnFormatSpec.getEffectiveFormatSpec(StringColumnFormatSpec columnFormatSpec, IndexSpec indexSpec) IndexSpec.Builder.withStringColumnFormatSpec(StringColumnFormatSpec stringColumnFormatSpec) Constructors in org.apache.druid.segment with parameters of type StringColumnFormatSpecModifierConstructorDescriptionIndexSpec(BitmapSerdeFactory bitmapSerdeFactory, CompressionStrategy metadataCompression, CompressionStrategy dimensionCompression, StringEncodingStrategy stringDictionaryEncoding, CompressionStrategy metricCompression, CompressionFactory.LongEncodingStrategy longEncoding, CompressionStrategy complexMetricCompression, CompressionStrategy jsonCompression, SegmentizerFactory segmentLoader, NestedCommonFormatColumnFormatSpec autoColumnFormatSpec, StringColumnFormatSpec stringColumnFormatSpec) Creates an IndexSpec with the given storage format settings.