| Package | Description |
|---|---|
| org.apache.druid.data.input.impl |
| Modifier and Type | Method and Description |
|---|---|
static DimensionSchema.MultiValueHandling |
DimensionSchema.MultiValueHandling.fromString(String name) |
DimensionSchema.MultiValueHandling |
DimensionSchema.getMultiValueHandling() |
static DimensionSchema.MultiValueHandling |
DimensionSchema.MultiValueHandling.ofDefault() |
static DimensionSchema.MultiValueHandling |
DimensionSchema.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.
|
| Modifier and Type | Method and Description |
|---|---|
static List<DimensionSchema> |
DimensionsSpec.getDefaultSchemas(List<String> dimNames,
DimensionSchema.MultiValueHandling multiValueHandling) |
| Constructor and Description |
|---|
DimensionSchema(String name,
DimensionSchema.MultiValueHandling multiValueHandling,
boolean createBitmapIndex) |
StringDimensionSchema(String name,
DimensionSchema.MultiValueHandling multiValueHandling,
Boolean createBitmapIndex) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.