| Package | Description |
|---|---|
| io.druid.data.input.impl |
| Modifier and Type | Method and Description |
|---|---|
static DimensionSchema.ValueType |
DimensionSchema.ValueType.fromString(String name) |
DimensionSchema.ValueType |
StringDimensionSchema.getValueType() |
DimensionSchema.ValueType |
NewSpatialDimensionSchema.getValueType() |
DimensionSchema.ValueType |
LongDimensionSchema.getValueType() |
DimensionSchema.ValueType |
FloatDimensionSchema.getValueType() |
abstract DimensionSchema.ValueType |
DimensionSchema.getValueType() |
static DimensionSchema.ValueType |
DimensionSchema.ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DimensionSchema.ValueType[] |
DimensionSchema.ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011–2016. All rights reserved.