| Package | Description |
|---|---|
| org.apache.drill.exec.client |
Java client API for submitting queries and accepting result sets from a Drill
server.
|
| org.apache.drill.exec.proto |
| Modifier and Type | Method and Description |
|---|---|
DrillRpcFuture<UserProtos.GetColumnsResp> |
DrillClient.getColumns(UserProtos.LikeFilter catalogNameFilter,
UserProtos.LikeFilter schemaNameFilter,
UserProtos.LikeFilter tableNameFilter,
UserProtos.LikeFilter columnNameFilter)
Get the list of columns in
INFORMATION_SCHEMA.COLUMNS table satisfying the given filters. |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<UserProtos.GetColumnsResp> |
UserProtos.GetColumnsResp.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UserProtos.GetColumnsResp |
UserProtos.GetColumnsResp.Builder.build() |
UserProtos.GetColumnsResp |
UserProtos.GetColumnsResp.Builder.buildPartial() |
static UserProtos.GetColumnsResp |
UserProtos.GetColumnsResp.getDefaultInstance() |
UserProtos.GetColumnsResp |
UserProtos.GetColumnsResp.getDefaultInstanceForType() |
UserProtos.GetColumnsResp |
UserProtos.GetColumnsResp.Builder.getDefaultInstanceForType() |
UserProtos.GetColumnsResp |
SchemaUserProtos.GetColumnsResp.MessageSchema.newMessage() |
static UserProtos.GetColumnsResp |
UserProtos.GetColumnsResp.parseDelimitedFrom(InputStream input) |
static UserProtos.GetColumnsResp |
UserProtos.GetColumnsResp.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.GetColumnsResp |
UserProtos.GetColumnsResp.parseFrom(byte[] data) |
static UserProtos.GetColumnsResp |
UserProtos.GetColumnsResp.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.GetColumnsResp |
UserProtos.GetColumnsResp.parseFrom(ByteBuffer data) |
static UserProtos.GetColumnsResp |
UserProtos.GetColumnsResp.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.GetColumnsResp |
UserProtos.GetColumnsResp.parseFrom(com.google.protobuf.ByteString data) |
static UserProtos.GetColumnsResp |
UserProtos.GetColumnsResp.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.GetColumnsResp |
UserProtos.GetColumnsResp.parseFrom(com.google.protobuf.CodedInputStream input) |
static UserProtos.GetColumnsResp |
UserProtos.GetColumnsResp.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.GetColumnsResp |
UserProtos.GetColumnsResp.parseFrom(InputStream input) |
static UserProtos.GetColumnsResp |
UserProtos.GetColumnsResp.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<UserProtos.GetColumnsResp> |
UserProtos.GetColumnsResp.getParserForType() |
static com.google.protobuf.Parser<UserProtos.GetColumnsResp> |
UserProtos.GetColumnsResp.parser() |
Class<UserProtos.GetColumnsResp> |
SchemaUserProtos.GetColumnsResp.MessageSchema.typeClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SchemaUserProtos.GetColumnsResp.MessageSchema.isInitialized(UserProtos.GetColumnsResp message) |
void |
SchemaUserProtos.GetColumnsResp.MessageSchema.mergeFrom(io.protostuff.Input input,
UserProtos.GetColumnsResp message) |
UserProtos.GetColumnsResp.Builder |
UserProtos.GetColumnsResp.Builder.mergeFrom(UserProtos.GetColumnsResp other) |
static UserProtos.GetColumnsResp.Builder |
UserProtos.GetColumnsResp.newBuilder(UserProtos.GetColumnsResp prototype) |
void |
SchemaUserProtos.GetColumnsResp.MessageSchema.writeTo(io.protostuff.Output output,
UserProtos.GetColumnsResp message) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.