Uses of Class
org.apache.drill.exec.rpc.user.QueryDataBatch
Package
Description
Java client API for submitting queries and accepting result sets from a Drill
server.
-
Uses of QueryDataBatch in org.apache.drill.exec.client
Modifier and TypeMethodDescriptionDrillClient.executePreparedStatement
(UserProtos.PreparedStatementHandle preparedStatementHandle) Execute the given prepared statement and return the results.DrillClient.runQuery
(UserBitShared.QueryType type, String plan) Submits a string based query plan for execution and returns the result batches.Modifier and TypeMethodDescriptionvoid
LoggingResultsListener.dataArrived
(QueryDataBatch result, ConnectionThrottle throttle) -
Uses of QueryDataBatch in org.apache.drill.exec.rpc.user
Modifier and TypeMethodDescriptionBlockingResultsListener.getNext()
Gets the next batch of query results from the queue.Modifier and TypeMethodDescriptionvoid
AwaitableUserResultsListener.dataArrived
(QueryDataBatch result, ConnectionThrottle throttle) void
BlockingResultsListener.dataArrived
(QueryDataBatch result, ConnectionThrottle throttle) void
UserResultsListener.dataArrived
(QueryDataBatch result, ConnectionThrottle throttle) AQueryData
message was received