| Package | Description | 
|---|---|
| io.druid.segment.column | 
| Modifier and Type | Method and Description | 
|---|---|
ValueType | 
IndexedLongsGenericColumn.getType()  | 
ValueType | 
IndexedFloatsGenericColumn.getType()  | 
ValueType | 
GenericColumn.getType()  | 
ValueType | 
ColumnCapabilitiesImpl.getType()  | 
ValueType | 
ColumnCapabilities.getType()  | 
ValueType | 
ColumnDescriptor.getValueType()  | 
static ValueType | 
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ValueType[] | 
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ColumnCapabilitiesImpl | 
ColumnCapabilitiesImpl.setType(ValueType type)  | 
ColumnBuilder | 
ColumnBuilder.setType(ValueType type)  | 
ColumnDescriptor.Builder | 
ColumnDescriptor.Builder.setValueType(ValueType valueType)  | 
| Constructor and Description | 
|---|
ColumnDescriptor(ValueType valueType,
                boolean hasMultipleValues,
                List<ColumnPartSerde> parts)  | 
Copyright © 2015. All rights reserved.