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