Uses of Class
org.apache.drill.exec.proto.UserProtos.CreatePreparedStatementReq
Packages that use UserProtos.CreatePreparedStatementReq
Package
Description
-
Uses of UserProtos.CreatePreparedStatementReq in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type UserProtos.CreatePreparedStatementReqModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.CreatePreparedStatementReq> UserProtos.CreatePreparedStatementReq.PARSERDeprecated.Methods in org.apache.drill.exec.proto that return UserProtos.CreatePreparedStatementReqModifier 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) Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.CreatePreparedStatementReqModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.CreatePreparedStatementReq> UserProtos.CreatePreparedStatementReq.getParserForType()static com.google.protobuf.Parser<UserProtos.CreatePreparedStatementReq> UserProtos.CreatePreparedStatementReq.parser()SchemaUserProtos.CreatePreparedStatementReq.MessageSchema.typeClass()Methods in org.apache.drill.exec.proto with parameters of type UserProtos.CreatePreparedStatementReqModifier and TypeMethodDescriptionbooleanSchemaUserProtos.CreatePreparedStatementReq.MessageSchema.isInitialized(UserProtos.CreatePreparedStatementReq message) voidSchemaUserProtos.CreatePreparedStatementReq.MessageSchema.mergeFrom(io.protostuff.Input input, UserProtos.CreatePreparedStatementReq message) UserProtos.CreatePreparedStatementReq.Builder.mergeFrom(UserProtos.CreatePreparedStatementReq other) UserProtos.CreatePreparedStatementReq.newBuilder(UserProtos.CreatePreparedStatementReq prototype) voidSchemaUserProtos.CreatePreparedStatementReq.MessageSchema.writeTo(io.protostuff.Output output, UserProtos.CreatePreparedStatementReq message) -
Uses of UserProtos.CreatePreparedStatementReq in org.apache.drill.exec.work.prepare
Constructors in org.apache.drill.exec.work.prepare with parameters of type UserProtos.CreatePreparedStatementReqModifierConstructorDescriptionPreparedStatementWorker(UserClientConnection connection, UserWorker userWorker, ResponseSender responseSender, UserProtos.CreatePreparedStatementReq req) -
Uses of UserProtos.CreatePreparedStatementReq in org.apache.drill.exec.work.user
Methods in org.apache.drill.exec.work.user with parameters of type UserProtos.CreatePreparedStatementReqModifier and TypeMethodDescriptionvoidUserWorker.submitPreparedStatementWork(UserClientConnection connection, UserProtos.CreatePreparedStatementReq req, ResponseSender sender)