Uses of Enum Class
org.apache.druid.data.input.impl.DimensionSchema.MultiValueHandling
Packages that use DimensionSchema.MultiValueHandling
Package
Description
-
Uses of DimensionSchema.MultiValueHandling in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl that return DimensionSchema.MultiValueHandlingModifier and TypeMethodDescriptionDimensionSchema.MultiValueHandling.fromString(String name) DimensionSchema.getMultiValueHandling()DimensionSchema.MultiValueHandling.ofDefault()Returns the enum constant of this class with the specified name.static DimensionSchema.MultiValueHandling[]DimensionSchema.MultiValueHandling.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.druid.data.input.impl with parameters of type DimensionSchema.MultiValueHandlingModifier and TypeMethodDescriptionstatic List<DimensionSchema>DimensionsSpec.getDefaultSchemas(List<String> dimNames, DimensionSchema.MultiValueHandling multiValueHandling) Constructors in org.apache.druid.data.input.impl with parameters of type DimensionSchema.MultiValueHandlingModifierConstructorDescriptionprotectedDimensionSchema(String name, DimensionSchema.MultiValueHandling multiValueHandling, boolean createBitmapIndex) StringDimensionSchema(String name, DimensionSchema.MultiValueHandling multiValueHandling, Boolean createBitmapIndex) StringDimensionSchema(String name, DimensionSchema.MultiValueHandling multiValueHandling, Boolean createBitmapIndex, StringColumnFormatSpec columnFormatSpec) -
Uses of DimensionSchema.MultiValueHandling in org.apache.druid.guice
Methods in org.apache.druid.guice that return DimensionSchema.MultiValueHandling -
Uses of DimensionSchema.MultiValueHandling in org.apache.druid.segment
Methods in org.apache.druid.segment that return DimensionSchema.MultiValueHandlingModifier and TypeMethodDescriptionDimensionHandler.getMultivalueHandling()GetDimensionSchema.MultiValueHandlingfor the column associated with this handler.StringDimensionHandler.getMultivalueHandling()StringColumnFormatSpec.getMultiValueHandling()Methods in org.apache.druid.segment with parameters of type DimensionSchema.MultiValueHandlingModifier and TypeMethodDescriptionstatic DimensionHandler<?,?, ?> DimensionHandlerUtils.getHandlerFromCapabilities(String dimensionName, ColumnCapabilities capabilities, DimensionSchema.MultiValueHandling multiValueHandling) StringColumnFormatSpec.Builder.setMultiValueHandling(DimensionSchema.MultiValueHandling multiValueHandling) Constructors in org.apache.druid.segment with parameters of type DimensionSchema.MultiValueHandlingModifierConstructorDescriptionStringColumnFormatSpec(StringBitmapIndexType indexType, DimensionSchema.MultiValueHandling multiValueHandling, Integer maxStringLength) StringDimensionHandler(String dimensionName, DimensionSchema.MultiValueHandling multiValueHandling, boolean hasBitmapIndexes, boolean hasSpatialIndexes) StringDimensionHandler(String dimensionName, DimensionSchema.MultiValueHandling multiValueHandling, boolean hasBitmapIndexes, boolean hasSpatialIndexes, Integer maxStringLength) StringDimensionIndexer(DimensionSchema.MultiValueHandling multiValueHandling, boolean hasBitmapIndexes, boolean hasSpatialIndexes) StringDimensionIndexer(DimensionSchema.MultiValueHandling multiValueHandling, boolean hasBitmapIndexes, boolean hasSpatialIndexes, Integer maxStringLength)