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