Class PreparedStatementProvider.PreparedStatementWorker
java.lang.Object
org.apache.drill.exec.work.prepare.PreparedStatementProvider.PreparedStatementWorker
- All Implemented Interfaces:
Runnable
- Enclosing class:
- PreparedStatementProvider
public static class PreparedStatementProvider.PreparedStatementWorker
extends Object
implements Runnable
Runnable that creates a prepared statement for given
UserProtos.CreatePreparedStatementReq
and
sends the response at the end.-
Constructor Summary
ConstructorDescriptionPreparedStatementWorker
(UserClientConnection connection, UserWorker userWorker, ResponseSender responseSender, UserProtos.CreatePreparedStatementReq req) -
Method Summary
-
Constructor Details
-
PreparedStatementWorker
public PreparedStatementWorker(UserClientConnection connection, UserWorker userWorker, ResponseSender responseSender, UserProtos.CreatePreparedStatementReq req)
-
-
Method Details