| Package | Description |
|---|---|
| com.facebook.presto.tpch |
| Modifier and Type | Method and Description |
|---|---|
static ColumnNaming |
ColumnNaming.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnNaming[] |
ColumnNaming.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TpchMetadata(String connectorId,
ColumnNaming columnNaming,
boolean predicatePushdownEnabled,
boolean partitioningEnabled) |
Copyright © 2012–2022. All rights reserved.