public class QuerySubmitter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QuerySubmitter.Format |
| Constructor and Description |
|---|
QuerySubmitter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
int |
submitQuery(DrillClient client,
String plan,
String type,
String format,
int width) |
int |
submitQuery(String planLocation,
String queryString,
String type,
String zkQuorum,
boolean local,
int bits,
String format) |
int |
submitQuery(String planLocation,
String queryString,
String type,
String zkQuorum,
boolean local,
int bits,
String format,
int width) |
public int submitQuery(String planLocation, String queryString, String type, String zkQuorum, boolean local, int bits, String format) throws Exception
Exceptionpublic int submitQuery(String planLocation, String queryString, String type, String zkQuorum, boolean local, int bits, String format, int width) throws Exception
ExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.