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