| 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 | Class and Description |
|---|---|
class |
PrintingResultsListener |
| Modifier and Type | Method and Description |
|---|---|
void |
DrillClient.executePreparedStatement(UserProtos.PreparedStatementHandle preparedStatementHandle,
UserResultsListener resultsListener)
Execute the given prepared statement.
|
void |
DrillClient.runQuery(UserBitShared.QueryType type,
List<BitControl.PlanFragment> planFragments,
UserResultsListener resultsListener)
Run query based on list of fragments that were supposedly produced during query planning phase.
|
void |
DrillClient.runQuery(UserBitShared.QueryType type,
String plan,
UserResultsListener resultsListener)
Submits a Logical plan for direct execution (bypasses parsing)
|
| Modifier and Type | Class and Description |
|---|---|
class |
AwaitableUserResultsListener
General mechanism for waiting on the query to be executed
|
| Modifier and Type | Method and Description |
|---|---|
RpcOutcomeListener<UserBitShared.QueryId> |
QueryResultHandler.getWrappedListener(UserResultsListener resultsListener) |
void |
UserClient.submitQuery(UserResultsListener resultsListener,
UserProtos.RunQuery query) |
| Constructor and Description |
|---|
AwaitableUserResultsListener(UserResultsListener child) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.