| Package | Description |
|---|---|
| com.facebook.presto.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,
List<Subfield> requiredSubfields,
Optional<AggregationNode.Aggregation> partialAggregation) |
HiveColumnHandle(String name,
HiveType hiveType,
TypeSignature typeSignature,
int hiveColumnIndex,
HiveColumnHandle.ColumnType columnType,
Optional<String> comment,
Optional<AggregationNode.Aggregation> partialAggregation) |
Copyright © 2012–2023. All rights reserved.