| Package | Description |
|---|---|
| org.apache.drill.exec.client |
Java client API for submitting queries and accepting result sets from a Drill
server.
|
| Modifier and Type | Method and Description |
|---|---|
static QuerySubmitter.Format |
QuerySubmitter.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuerySubmitter.Format[] |
QuerySubmitter.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PrintingResultsListener(DrillConfig config,
QuerySubmitter.Format format,
int columnWidth) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.