Uses of Class
org.apache.drill.exec.proto.UserProtos.CreatePreparedStatementReq
Package
Description
-
Uses of UserProtos.CreatePreparedStatementReq in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.CreatePreparedStatementReq>
UserProtos.CreatePreparedStatementReq.PARSER
Deprecated.Modifier and TypeMethodDescriptionUserProtos.CreatePreparedStatementReq.Builder.build()
UserProtos.CreatePreparedStatementReq.Builder.buildPartial()
UserProtos.CreatePreparedStatementReq.getDefaultInstance()
UserProtos.CreatePreparedStatementReq.Builder.getDefaultInstanceForType()
UserProtos.CreatePreparedStatementReq.getDefaultInstanceForType()
SchemaUserProtos.CreatePreparedStatementReq.MessageSchema.newMessage()
UserProtos.CreatePreparedStatementReq.parseDelimitedFrom
(InputStream input) UserProtos.CreatePreparedStatementReq.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.CreatePreparedStatementReq.parseFrom
(byte[] data) UserProtos.CreatePreparedStatementReq.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.CreatePreparedStatementReq.parseFrom
(com.google.protobuf.ByteString data) UserProtos.CreatePreparedStatementReq.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.CreatePreparedStatementReq.parseFrom
(com.google.protobuf.CodedInputStream input) UserProtos.CreatePreparedStatementReq.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.CreatePreparedStatementReq.parseFrom
(InputStream input) UserProtos.CreatePreparedStatementReq.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) UserProtos.CreatePreparedStatementReq.parseFrom
(ByteBuffer data) UserProtos.CreatePreparedStatementReq.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.CreatePreparedStatementReq>
UserProtos.CreatePreparedStatementReq.getParserForType()
static com.google.protobuf.Parser<UserProtos.CreatePreparedStatementReq>
UserProtos.CreatePreparedStatementReq.parser()
SchemaUserProtos.CreatePreparedStatementReq.MessageSchema.typeClass()
Modifier and TypeMethodDescriptionboolean
SchemaUserProtos.CreatePreparedStatementReq.MessageSchema.isInitialized
(UserProtos.CreatePreparedStatementReq message) void
SchemaUserProtos.CreatePreparedStatementReq.MessageSchema.mergeFrom
(io.protostuff.Input input, UserProtos.CreatePreparedStatementReq message) UserProtos.CreatePreparedStatementReq.Builder.mergeFrom
(UserProtos.CreatePreparedStatementReq other) UserProtos.CreatePreparedStatementReq.newBuilder
(UserProtos.CreatePreparedStatementReq prototype) void
SchemaUserProtos.CreatePreparedStatementReq.MessageSchema.writeTo
(io.protostuff.Output output, UserProtos.CreatePreparedStatementReq message) -
Uses of UserProtos.CreatePreparedStatementReq in org.apache.drill.exec.work.prepare
ModifierConstructorDescriptionPreparedStatementWorker
(UserClientConnection connection, UserWorker userWorker, ResponseSender responseSender, UserProtos.CreatePreparedStatementReq req) -
Uses of UserProtos.CreatePreparedStatementReq in org.apache.drill.exec.work.user
Modifier and TypeMethodDescriptionvoid
UserWorker.submitPreparedStatementWork
(UserClientConnection connection, UserProtos.CreatePreparedStatementReq req, ResponseSender sender)