| Package | Description |
|---|---|
| org.apache.drill.exec.proto | |
| org.apache.drill.exec.work.prepare | |
| org.apache.drill.jdbc.impl |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<UserProtos.ResultColumnMetadata> |
UserProtos.ResultColumnMetadata.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UserProtos.ResultColumnMetadata |
UserProtos.ResultColumnMetadata.Builder.build() |
UserProtos.ResultColumnMetadata |
UserProtos.ResultColumnMetadata.Builder.buildPartial() |
UserProtos.ResultColumnMetadata |
UserProtos.PreparedStatementOrBuilder.getColumns(int index)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.ResultColumnMetadata |
UserProtos.PreparedStatement.getColumns(int index)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.ResultColumnMetadata |
UserProtos.PreparedStatement.Builder.getColumns(int index)
repeated .exec.user.ResultColumnMetadata columns = 1; |
static UserProtos.ResultColumnMetadata |
UserProtos.ResultColumnMetadata.getDefaultInstance() |
UserProtos.ResultColumnMetadata |
UserProtos.ResultColumnMetadata.getDefaultInstanceForType() |
UserProtos.ResultColumnMetadata |
UserProtos.ResultColumnMetadata.Builder.getDefaultInstanceForType() |
UserProtos.ResultColumnMetadata |
SchemaUserProtos.ResultColumnMetadata.MessageSchema.newMessage() |
static UserProtos.ResultColumnMetadata |
UserProtos.ResultColumnMetadata.parseDelimitedFrom(InputStream input) |
static UserProtos.ResultColumnMetadata |
UserProtos.ResultColumnMetadata.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ResultColumnMetadata |
UserProtos.ResultColumnMetadata.parseFrom(byte[] data) |
static UserProtos.ResultColumnMetadata |
UserProtos.ResultColumnMetadata.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ResultColumnMetadata |
UserProtos.ResultColumnMetadata.parseFrom(ByteBuffer data) |
static UserProtos.ResultColumnMetadata |
UserProtos.ResultColumnMetadata.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ResultColumnMetadata |
UserProtos.ResultColumnMetadata.parseFrom(com.google.protobuf.ByteString data) |
static UserProtos.ResultColumnMetadata |
UserProtos.ResultColumnMetadata.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ResultColumnMetadata |
UserProtos.ResultColumnMetadata.parseFrom(com.google.protobuf.CodedInputStream input) |
static UserProtos.ResultColumnMetadata |
UserProtos.ResultColumnMetadata.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ResultColumnMetadata |
UserProtos.ResultColumnMetadata.parseFrom(InputStream input) |
static UserProtos.ResultColumnMetadata |
UserProtos.ResultColumnMetadata.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<UserProtos.ResultColumnMetadata> |
UserProtos.PreparedStatementOrBuilder.getColumnsList()
repeated .exec.user.ResultColumnMetadata columns = 1; |
List<UserProtos.ResultColumnMetadata> |
UserProtos.PreparedStatement.getColumnsList()
repeated .exec.user.ResultColumnMetadata columns = 1; |
List<UserProtos.ResultColumnMetadata> |
UserProtos.PreparedStatement.Builder.getColumnsList()
repeated .exec.user.ResultColumnMetadata columns = 1; |
com.google.protobuf.Parser<UserProtos.ResultColumnMetadata> |
UserProtos.ResultColumnMetadata.getParserForType() |
static com.google.protobuf.Parser<UserProtos.ResultColumnMetadata> |
UserProtos.ResultColumnMetadata.parser() |
Class<UserProtos.ResultColumnMetadata> |
SchemaUserProtos.ResultColumnMetadata.MessageSchema.typeClass() |
| Modifier and Type | Method and Description |
|---|---|
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 value)
repeated .exec.user.ResultColumnMetadata columns = 1; |
boolean |
SchemaUserProtos.ResultColumnMetadata.MessageSchema.isInitialized(UserProtos.ResultColumnMetadata message) |
void |
SchemaUserProtos.ResultColumnMetadata.MessageSchema.mergeFrom(io.protostuff.Input input,
UserProtos.ResultColumnMetadata message) |
UserProtos.ResultColumnMetadata.Builder |
UserProtos.ResultColumnMetadata.Builder.mergeFrom(UserProtos.ResultColumnMetadata other) |
static UserProtos.ResultColumnMetadata.Builder |
UserProtos.ResultColumnMetadata.newBuilder(UserProtos.ResultColumnMetadata prototype) |
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.setColumns(int index,
UserProtos.ResultColumnMetadata value)
repeated .exec.user.ResultColumnMetadata columns = 1; |
void |
SchemaUserProtos.ResultColumnMetadata.MessageSchema.writeTo(io.protostuff.Output output,
UserProtos.ResultColumnMetadata message) |
| Modifier and Type | Method and Description |
|---|---|
UserProtos.PreparedStatement.Builder |
UserProtos.PreparedStatement.Builder.addAllColumns(Iterable<? extends UserProtos.ResultColumnMetadata> values)
repeated .exec.user.ResultColumnMetadata columns = 1; |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PreparedStatementTestBase.verifyMetadata(List<PreparedStatementTestBase.ExpectedColumnResult> expMetadata,
List<UserProtos.ResultColumnMetadata> actMetadata) |
| Modifier and Type | Method and Description |
|---|---|
void |
DrillColumnMetaDataList.updateColumnMetaData(List<UserProtos.ResultColumnMetadata> metadata)
Update the metadata with given metadata received from server.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.