Uses of Class
org.apache.drill.exec.proto.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
Modifier 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
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.GetTablesResp>
UserProtos.GetTablesResp.PARSER
Deprecated.Modifier 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) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.GetTablesResp>
UserProtos.GetTablesResp.getParserForType()
static com.google.protobuf.Parser<UserProtos.GetTablesResp>
UserProtos.GetTablesResp.parser()
SchemaUserProtos.GetTablesResp.MessageSchema.typeClass()
Modifier 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)