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