Uses of Class
org.apache.drill.exec.proto.UserProtos.GetTablesResp
Packages that use UserProtos.GetTablesResp
Package
Description
Java client API for submitting queries and accepting result sets from a Drill
server.
-
Uses of UserProtos.GetTablesResp in org.apache.drill.exec.client
Methods in org.apache.drill.exec.client that return types with arguments of type UserProtos.GetTablesRespModifier and TypeMethodDescriptionDrillClient.getTables
(UserProtos.LikeFilter catalogNameFilter, UserProtos.LikeFilter schemaNameFilter, UserProtos.LikeFilter tableNameFilter, List<String> tableTypeFilter) Get the list of tables inINFORMATION_SCHEMA.TABLES
table satisfying the given filters. -
Uses of UserProtos.GetTablesResp in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type UserProtos.GetTablesRespModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.GetTablesResp>
UserProtos.GetTablesResp.PARSER
Deprecated.Methods in org.apache.drill.exec.proto that return UserProtos.GetTablesRespModifier and TypeMethodDescriptionUserProtos.GetTablesResp.Builder.build()
UserProtos.GetTablesResp.Builder.buildPartial()
static UserProtos.GetTablesResp
UserProtos.GetTablesResp.getDefaultInstance()
UserProtos.GetTablesResp.Builder.getDefaultInstanceForType()
UserProtos.GetTablesResp.getDefaultInstanceForType()
SchemaUserProtos.GetTablesResp.MessageSchema.newMessage()
static UserProtos.GetTablesResp
UserProtos.GetTablesResp.parseDelimitedFrom
(InputStream input) static UserProtos.GetTablesResp
UserProtos.GetTablesResp.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetTablesResp
UserProtos.GetTablesResp.parseFrom
(byte[] data) static UserProtos.GetTablesResp
UserProtos.GetTablesResp.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetTablesResp
UserProtos.GetTablesResp.parseFrom
(com.google.protobuf.ByteString data) static UserProtos.GetTablesResp
UserProtos.GetTablesResp.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetTablesResp
UserProtos.GetTablesResp.parseFrom
(com.google.protobuf.CodedInputStream input) static UserProtos.GetTablesResp
UserProtos.GetTablesResp.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetTablesResp
UserProtos.GetTablesResp.parseFrom
(InputStream input) static UserProtos.GetTablesResp
UserProtos.GetTablesResp.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetTablesResp
UserProtos.GetTablesResp.parseFrom
(ByteBuffer data) static UserProtos.GetTablesResp
UserProtos.GetTablesResp.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.GetTablesRespModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.GetTablesResp>
UserProtos.GetTablesResp.getParserForType()
static com.google.protobuf.Parser<UserProtos.GetTablesResp>
UserProtos.GetTablesResp.parser()
SchemaUserProtos.GetTablesResp.MessageSchema.typeClass()
Methods in org.apache.drill.exec.proto with parameters of type UserProtos.GetTablesRespModifier and TypeMethodDescriptionboolean
SchemaUserProtos.GetTablesResp.MessageSchema.isInitialized
(UserProtos.GetTablesResp message) void
SchemaUserProtos.GetTablesResp.MessageSchema.mergeFrom
(io.protostuff.Input input, UserProtos.GetTablesResp message) UserProtos.GetTablesResp.Builder.mergeFrom
(UserProtos.GetTablesResp other) UserProtos.GetTablesResp.newBuilder
(UserProtos.GetTablesResp prototype) void
SchemaUserProtos.GetTablesResp.MessageSchema.writeTo
(io.protostuff.Output output, UserProtos.GetTablesResp message)