| Package | Description |
|---|---|
| org.apache.hadoop.hive.serde2.thrift |
| Modifier and Type | Method and Description |
|---|---|
static Type |
Type.fromJavaSQLType(int javaSQLType) |
Type |
ColumnBuffer.getType() |
static Type |
Type.getType(String name) |
static Type |
Type.getType(TTypeId tType) |
static Type |
Type.getType(TypeInfo typeInfo)
Convert TypeInfo to appropriate Type
|
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnBuffer.addValue(Type type,
Object field) |
| Constructor and Description |
|---|
ColumnBuffer(Type type) |
ColumnBuffer(Type type,
BitSet nulls,
Object values) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.