Package | Description |
---|---|
org.apache.trevni |
A column file format.
|
Modifier and Type | Method and Description |
---|---|
static ValueType |
ValueType.forName(String name)
Return a type given its name.
|
ValueType |
ColumnMetaData.getType()
Return this column's type.
|
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.
|
Constructor and Description |
---|
ColumnMetaData(String name,
ValueType type)
Construct given a name and type.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.