| Package | Description |
|---|---|
| org.apache.drill.exec.proto |
| Modifier and Type | Method and Description |
|---|---|
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.addAllColumns(Iterable<? extends UserProtos.ResultColumnMetadata> values)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.addColumns(int index,
UserProtos.ResultColumnMetadata.Builder builderForValue)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.addColumns(int index,
UserProtos.ResultColumnMetadata value)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.addColumns(UserProtos.ResultColumnMetadata.Builder builderForValue)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.addColumns(UserProtos.ResultColumnMetadata value)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.clear() |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.clearColumns()
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.clearServerHandle()
In order to execute the prepared statement,
clients need to submit this object in RunQuery message.
|
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.clone() |
UserProtos.PreparedStatement.Builder |
UserProtos.CreatePreparedStatementResp.Builder.getPreparedStatementBuilder()
optional .exec.user.PreparedStatement prepared_statement = 2; |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.mergeFrom(com.google.protobuf.Message other) |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.mergeFrom(UserProtos.PreparedStatement other) |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.mergeServerHandle(UserProtos.PreparedStatementHandle value)
In order to execute the prepared statement,
clients need to submit this object in RunQuery message.
|
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.newBuilder() |
static UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.newBuilder(UserProtos.PreparedStatement prototype) |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.newBuilderForType() |
protected UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
UserProtos.PreparedStatement.Builder |
SchemaUserProtos.PreparedStatement.BuilderSchema.newMessage() |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.removeColumns(int index)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.setColumns(int index,
UserProtos.ResultColumnMetadata.Builder builderForValue)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.setColumns(int index,
UserProtos.ResultColumnMetadata value)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.setServerHandle(UserProtos.PreparedStatementHandle.Builder builderForValue)
In order to execute the prepared statement,
clients need to submit this object in RunQuery message.
|
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.setServerHandle(UserProtos.PreparedStatementHandle value)
In order to execute the prepared statement,
clients need to submit this object in RunQuery message.
|
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Class<UserProtos.PreparedStatement.Builder> |
SchemaUserProtos.PreparedStatement.BuilderSchema.typeClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SchemaUserProtos.PreparedStatement.BuilderSchema.isInitialized(UserProtos.PreparedStatement.Builder builder) |
void |
SchemaUserProtos.PreparedStatement.BuilderSchema.mergeFrom(io.protostuff.Input input,
UserProtos.PreparedStatement.Builder builder) |
UserProtos.CreatePreparedStatementResp.Builder |
UserProtos.CreatePreparedStatementResp.Builder.setPreparedStatement(UserProtos.PreparedStatement.Builder builderForValue)
optional .exec.user.PreparedStatement prepared_statement = 2; |
void |
SchemaUserProtos.PreparedStatement.BuilderSchema.writeTo(io.protostuff.Output output,
UserProtos.PreparedStatement.Builder builder) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.