| Package | Description |
|---|---|
| com.facebook.presto.druid |
| Modifier and Type | Method and Description |
|---|---|
DruidColumnHandle.DruidColumnType |
DruidColumnHandle.getType() |
static DruidColumnHandle.DruidColumnType |
DruidColumnHandle.DruidColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DruidColumnHandle.DruidColumnType[] |
DruidColumnHandle.DruidColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DruidColumnHandle(String columnName,
Type columnType,
DruidColumnHandle.DruidColumnType type) |
DruidColumnHandle(VariableReferenceExpression variable,
DruidColumnHandle.DruidColumnType type) |
Copyright © 2012–2022. All rights reserved.