Uses of Class
org.apache.drill.exec.proto.UserProtos.GetColumnsResp
Packages that use 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
Methods in org.apache.drill.exec.client that return types with arguments of type UserProtos.GetColumnsRespModifier 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
Fields in org.apache.drill.exec.proto with type parameters of type UserProtos.GetColumnsRespModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.GetColumnsResp>
UserProtos.GetColumnsResp.PARSER
Deprecated.Methods in org.apache.drill.exec.proto that return UserProtos.GetColumnsRespModifier 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) Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.GetColumnsRespModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.GetColumnsResp>
UserProtos.GetColumnsResp.getParserForType()
static com.google.protobuf.Parser<UserProtos.GetColumnsResp>
UserProtos.GetColumnsResp.parser()
SchemaUserProtos.GetColumnsResp.MessageSchema.typeClass()
Methods in org.apache.drill.exec.proto with parameters of type UserProtos.GetColumnsRespModifier 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)