| Package | Description |
|---|---|
| io.prestosql.plugin.hive |
| Modifier and Type | Method and Description |
|---|---|
HiveColumnHandle.ColumnType |
HiveColumnHandle.getColumnType() |
static HiveColumnHandle.ColumnType |
HiveColumnHandle.ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveColumnHandle.ColumnType[] |
HiveColumnHandle.ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HiveColumnHandle(String name,
HiveType hiveType,
TypeSignature typeSignature,
int hiveColumnIndex,
HiveColumnHandle.ColumnType columnType,
Optional<String> comment) |
Copyright © 2012–2019. All rights reserved.