| Package | Description |
|---|---|
| org.apache.druid.sql.http |
| Modifier and Type | Method and Description |
|---|---|
static ResultFormat |
ResultFormat.fromString(String name) |
ResultFormat |
SqlQuery.getResultFormat() |
static ResultFormat |
ResultFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultFormat[] |
ResultFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SqlQuery(String query,
ResultFormat resultFormat,
boolean header,
Map<String,Object> context) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.