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.PARSERDeprecated.Methods in org.apache.drill.exec.proto that return UserProtos.GetColumnsReqModifier and TypeMethodDescriptionUserProtos.GetColumnsReq.Builder.build()UserProtos.GetColumnsReq.Builder.buildPartial()static UserProtos.GetColumnsReqUserProtos.GetColumnsReq.getDefaultInstance()UserProtos.GetColumnsReq.Builder.getDefaultInstanceForType()UserProtos.GetColumnsReq.getDefaultInstanceForType()SchemaUserProtos.GetColumnsReq.MessageSchema.newMessage()static UserProtos.GetColumnsReqUserProtos.GetColumnsReq.parseDelimitedFrom(InputStream input) static UserProtos.GetColumnsReqUserProtos.GetColumnsReq.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetColumnsReqUserProtos.GetColumnsReq.parseFrom(byte[] data) static UserProtos.GetColumnsReqUserProtos.GetColumnsReq.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetColumnsReqUserProtos.GetColumnsReq.parseFrom(com.google.protobuf.ByteString data) static UserProtos.GetColumnsReqUserProtos.GetColumnsReq.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetColumnsReqUserProtos.GetColumnsReq.parseFrom(com.google.protobuf.CodedInputStream input) static UserProtos.GetColumnsReqUserProtos.GetColumnsReq.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetColumnsReqUserProtos.GetColumnsReq.parseFrom(InputStream input) static UserProtos.GetColumnsReqUserProtos.GetColumnsReq.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserProtos.GetColumnsReqUserProtos.GetColumnsReq.parseFrom(ByteBuffer data) static UserProtos.GetColumnsReqUserProtos.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 TypeMethodDescriptionbooleanSchemaUserProtos.GetColumnsReq.MessageSchema.isInitialized(UserProtos.GetColumnsReq message) voidSchemaUserProtos.GetColumnsReq.MessageSchema.mergeFrom(io.protostuff.Input input, UserProtos.GetColumnsReq message) UserProtos.GetColumnsReq.Builder.mergeFrom(UserProtos.GetColumnsReq other) UserProtos.GetColumnsReq.newBuilder(UserProtos.GetColumnsReq prototype) voidSchemaUserProtos.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 RunnableMetadataProvider.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 TypeMethodDescriptionvoidUserWorker.submitColumnsMetadataWork(UserSession session, UserProtos.GetColumnsReq req, ResponseSender sender)