| Package | Description |
|---|---|
| com.facebook.presto.hive |
| Modifier and Type | Method and Description |
|---|---|
BaseHiveColumnHandle.ColumnType |
BaseHiveColumnHandle.getColumnType() |
static BaseHiveColumnHandle.ColumnType |
BaseHiveColumnHandle.ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseHiveColumnHandle.ColumnType[] |
BaseHiveColumnHandle.ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BaseHiveColumnHandle(String name,
Optional<String> comment,
BaseHiveColumnHandle.ColumnType columnType,
List<Subfield> requiredSubfields) |
Copyright © 2012–2024. All rights reserved.