| Package | Description |
|---|---|
| com.facebook.presto.elasticsearch |
| Modifier and Type | Method and Description |
|---|---|
ElasticsearchTableHandle.Type |
ElasticsearchTableHandle.getType() |
static ElasticsearchTableHandle.Type |
ElasticsearchTableHandle.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElasticsearchTableHandle.Type[] |
ElasticsearchTableHandle.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ElasticsearchTableHandle(ElasticsearchTableHandle.Type type,
String schema,
String index,
Optional<String> query) |
Copyright © 2012–2023. All rights reserved.