| Package | Description |
|---|---|
| org.apache.drill.exec.client |
Java client API for submitting queries and accepting result sets from a Drill
server.
|
| org.apache.drill.exec.rpc.user |
| Modifier and Type | Method and Description |
|---|---|
List<QueryDataBatch> |
DrillClient.executePreparedStatement(UserProtos.PreparedStatementHandle preparedStatementHandle)
Execute the given prepared statement and return the results.
|
List<QueryDataBatch> |
DrillClient.runQuery(UserBitShared.QueryType type,
String plan)
Submits a string based query plan for execution and returns the result batches.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintingResultsListener.dataArrived(QueryDataBatch result,
ConnectionThrottle throttle) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserResultsListener.dataArrived(QueryDataBatch result,
ConnectionThrottle throttle)
A
QueryData message was received |
void |
AwaitableUserResultsListener.dataArrived(QueryDataBatch result,
ConnectionThrottle throttle) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.