Uses of Class
org.apache.drill.exec.proto.UserProtos.GetColumnsReq
Packages that use UserProtos.GetColumnsReq
Package
Description
-
Uses of UserProtos.GetColumnsReq in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type UserProtos.GetColumnsReqModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserProtos.GetColumnsReq>
UserProtos.GetColumnsReq.PARSER
Deprecated.Methods in org.apache.drill.exec.proto that return UserProtos.GetColumnsReqModifier and TypeMethodDescriptionUserProtos.GetColumnsReq.Builder.build()
UserProtos.GetColumnsReq.Builder.buildPartial()
static UserProtos.GetColumnsReq
UserProtos.GetColumnsReq.getDefaultInstance()
UserProtos.GetColumnsReq.Builder.getDefaultInstanceForType()
UserProtos.GetColumnsReq.getDefaultInstanceForType()
SchemaUserProtos.GetColumnsReq.MessageSchema.newMessage()
static UserProtos.GetColumnsReq
UserProtos.GetColumnsReq.parseDelimitedFrom
(InputStream input) static UserProtos.GetColumnsReq
UserProtos.GetColumnsReq.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetColumnsReq
UserProtos.GetColumnsReq.parseFrom
(byte[] data) static UserProtos.GetColumnsReq
UserProtos.GetColumnsReq.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetColumnsReq
UserProtos.GetColumnsReq.parseFrom
(com.google.protobuf.ByteString data) static UserProtos.GetColumnsReq
UserProtos.GetColumnsReq.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetColumnsReq
UserProtos.GetColumnsReq.parseFrom
(com.google.protobuf.CodedInputStream input) static UserProtos.GetColumnsReq
UserProtos.GetColumnsReq.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetColumnsReq
UserProtos.GetColumnsReq.parseFrom
(InputStream input) static UserProtos.GetColumnsReq
UserProtos.GetColumnsReq.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetColumnsReq
UserProtos.GetColumnsReq.parseFrom
(ByteBuffer data) static UserProtos.GetColumnsReq
UserProtos.GetColumnsReq.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.GetColumnsReqModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserProtos.GetColumnsReq>
UserProtos.GetColumnsReq.getParserForType()
static com.google.protobuf.Parser<UserProtos.GetColumnsReq>
UserProtos.GetColumnsReq.parser()
SchemaUserProtos.GetColumnsReq.MessageSchema.typeClass()
Methods in org.apache.drill.exec.proto with parameters of type UserProtos.GetColumnsReqModifier and TypeMethodDescriptionboolean
SchemaUserProtos.GetColumnsReq.MessageSchema.isInitialized
(UserProtos.GetColumnsReq message) void
SchemaUserProtos.GetColumnsReq.MessageSchema.mergeFrom
(io.protostuff.Input input, UserProtos.GetColumnsReq message) UserProtos.GetColumnsReq.Builder.mergeFrom
(UserProtos.GetColumnsReq other) UserProtos.GetColumnsReq.newBuilder
(UserProtos.GetColumnsReq prototype) void
SchemaUserProtos.GetColumnsReq.MessageSchema.writeTo
(io.protostuff.Output output, UserProtos.GetColumnsReq message) -
Uses of UserProtos.GetColumnsReq in org.apache.drill.exec.work.metadata
Methods in org.apache.drill.exec.work.metadata with parameters of type UserProtos.GetColumnsReqModifier and TypeMethodDescriptionstatic Runnable
MetadataProvider.columns
(UserSession session, DrillbitContext dContext, UserProtos.GetColumnsReq req, ResponseSender responseSender) -
Uses of UserProtos.GetColumnsReq in org.apache.drill.exec.work.user
Methods in org.apache.drill.exec.work.user with parameters of type UserProtos.GetColumnsReqModifier and TypeMethodDescriptionvoid
UserWorker.submitColumnsMetadataWork
(UserSession session, UserProtos.GetColumnsReq req, ResponseSender sender)