Uses of Class
org.apache.drill.exec.proto.UserProtos.GetColumnsResp
Package
Description
Java client API for submitting queries and accepting result sets from a Drill
server.
-
Uses of UserProtos.GetColumnsResp in org.apache.drill.exec.client
Modifier and TypeMethodDescriptionDrillClient.getColumns
(UserProtos.LikeFilter catalogNameFilter, UserProtos.LikeFilter schemaNameFilter, UserProtos.LikeFilter tableNameFilter, UserProtos.LikeFilter columnNameFilter) Get the list of columns inINFORMATION_SCHEMA.COLUMNS
table satisfying the given filters. -
Uses of UserProtos.GetColumnsResp in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.GetColumnsResp>
UserProtos.GetColumnsResp.PARSER
Deprecated.Modifier and TypeMethodDescriptionUserProtos.GetColumnsResp.Builder.build()
UserProtos.GetColumnsResp.Builder.buildPartial()
static UserProtos.GetColumnsResp
UserProtos.GetColumnsResp.getDefaultInstance()
UserProtos.GetColumnsResp.Builder.getDefaultInstanceForType()
UserProtos.GetColumnsResp.getDefaultInstanceForType()
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
(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) static UserProtos.GetColumnsResp
UserProtos.GetColumnsResp.parseFrom
(ByteBuffer data) static UserProtos.GetColumnsResp
UserProtos.GetColumnsResp.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.GetColumnsResp>
UserProtos.GetColumnsResp.getParserForType()
static com.google.protobuf.Parser<UserProtos.GetColumnsResp>
UserProtos.GetColumnsResp.parser()
SchemaUserProtos.GetColumnsResp.MessageSchema.typeClass()
Modifier and TypeMethodDescriptionboolean
SchemaUserProtos.GetColumnsResp.MessageSchema.isInitialized
(UserProtos.GetColumnsResp message) void
SchemaUserProtos.GetColumnsResp.MessageSchema.mergeFrom
(io.protostuff.Input input, UserProtos.GetColumnsResp message) UserProtos.GetColumnsResp.Builder.mergeFrom
(UserProtos.GetColumnsResp other) UserProtos.GetColumnsResp.newBuilder
(UserProtos.GetColumnsResp prototype) void
SchemaUserProtos.GetColumnsResp.MessageSchema.writeTo
(io.protostuff.Output output, UserProtos.GetColumnsResp message)