| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static HiveColumnHandle |
HiveColumnHandle.createBaseColumn(String topLevelColumnName,
int topLevelColumnIndex,
HiveType hiveType,
Type type,
HiveColumnHandle.ColumnType columnType,
Optional<String> comment) |
| Constructor and Description |
|---|
HiveColumnHandle(String baseColumnName,
int baseHiveColumnIndex,
HiveType baseHiveType,
Type baseType,
Optional<HiveColumnProjectionInfo> hiveColumnProjectionInfo,
HiveColumnHandle.ColumnType columnType,
Optional<String> comment) |
Copyright © 2012–2020. All rights reserved.