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