Uses of Class
org.apache.druid.data.input.impl.DimensionSchema.MultiValueHandling
-
Packages that use DimensionSchema.MultiValueHandling Package Description org.apache.druid.data.input.impl org.apache.druid.segment -
-
Uses of DimensionSchema.MultiValueHandling in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl that return DimensionSchema.MultiValueHandling Modifier and Type Method Description static DimensionSchema.MultiValueHandlingDimensionSchema.MultiValueHandling. fromString(String name)DimensionSchema.MultiValueHandlingDimensionSchema. getMultiValueHandling()static DimensionSchema.MultiValueHandlingDimensionSchema.MultiValueHandling. ofDefault()static DimensionSchema.MultiValueHandlingDimensionSchema.MultiValueHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static DimensionSchema.MultiValueHandling[]DimensionSchema.MultiValueHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.data.input.impl with parameters of type DimensionSchema.MultiValueHandling Modifier and Type Method Description static List<DimensionSchema>DimensionsSpec. getDefaultSchemas(List<String> dimNames, DimensionSchema.MultiValueHandling multiValueHandling)Constructors in org.apache.druid.data.input.impl with parameters of type DimensionSchema.MultiValueHandling Constructor Description DimensionSchema(String name, DimensionSchema.MultiValueHandling multiValueHandling, boolean createBitmapIndex)StringDimensionSchema(String name, DimensionSchema.MultiValueHandling multiValueHandling, Boolean createBitmapIndex) -
Uses of DimensionSchema.MultiValueHandling in org.apache.druid.segment
Methods in org.apache.druid.segment that return DimensionSchema.MultiValueHandling Modifier and Type Method Description default DimensionSchema.MultiValueHandlingDimensionHandler. getMultivalueHandling()GetDimensionSchema.MultiValueHandlingfor the column associated with this handler.DimensionSchema.MultiValueHandlingStringDimensionHandler. getMultivalueHandling()Methods in org.apache.druid.segment with parameters of type DimensionSchema.MultiValueHandling Modifier and Type Method Description static DimensionHandler<?,?,?>DimensionHandlerUtils. getHandlerFromCapabilities(String dimensionName, ColumnCapabilities capabilities, DimensionSchema.MultiValueHandling multiValueHandling)Constructors in org.apache.druid.segment with parameters of type DimensionSchema.MultiValueHandling Constructor Description StringDimensionHandler(String dimensionName, DimensionSchema.MultiValueHandling multiValueHandling, boolean hasBitmapIndexes, boolean hasSpatialIndexes)StringDimensionIndexer(DimensionSchema.MultiValueHandling multiValueHandling, boolean hasBitmapIndexes, boolean hasSpatialIndexes, boolean useMaxMemoryEstimates)
-