Uses of Class
org.apache.drill.exec.rpc.user.QueryDataBatch
Packages that use 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
Methods in org.apache.drill.exec.client that return types with arguments of type QueryDataBatchModifier 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.Methods in org.apache.drill.exec.client with parameters of type QueryDataBatchModifier and TypeMethodDescriptionvoid
LoggingResultsListener.dataArrived
(QueryDataBatch result, ConnectionThrottle throttle) -
Uses of QueryDataBatch in org.apache.drill.exec.rpc.user
Methods in org.apache.drill.exec.rpc.user that return QueryDataBatchModifier and TypeMethodDescriptionBlockingResultsListener.getNext()
Gets the next batch of query results from the queue.Methods in org.apache.drill.exec.rpc.user with parameters of type QueryDataBatchModifier 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