Uses of Class
org.apache.drill.exec.proto.UserBitShared.NamePart
Packages that use UserBitShared.NamePart
Package
Description
Logical expression tree representation.
-
Uses of UserBitShared.NamePart in org.apache.drill.common.expression
Methods in org.apache.drill.common.expression that return UserBitShared.NamePartMethods in org.apache.drill.common.expression with parameters of type UserBitShared.NamePartModifier and TypeMethodDescriptionstatic SchemaPath
SchemaPath.create
(UserBitShared.NamePart namePart) -
Uses of UserBitShared.NamePart in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type UserBitShared.NamePartModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserBitShared.NamePart>
UserBitShared.NamePart.PARSER
Deprecated.Methods in org.apache.drill.exec.proto that return UserBitShared.NamePartModifier and TypeMethodDescriptionUserBitShared.NamePart.Builder.build()
UserBitShared.NamePart.Builder.buildPartial()
UserBitShared.NamePart.Builder.getChild()
optional .exec.shared.NamePart child = 3;
UserBitShared.NamePart.getChild()
optional .exec.shared.NamePart child = 3;
UserBitShared.NamePartOrBuilder.getChild()
optional .exec.shared.NamePart child = 3;
static UserBitShared.NamePart
UserBitShared.NamePart.getDefaultInstance()
UserBitShared.NamePart.Builder.getDefaultInstanceForType()
UserBitShared.NamePart.getDefaultInstanceForType()
UserBitShared.SerializedField.Builder.getNamePart()
optional .exec.shared.NamePart name_part = 2;
UserBitShared.SerializedField.getNamePart()
optional .exec.shared.NamePart name_part = 2;
UserBitShared.SerializedFieldOrBuilder.getNamePart()
optional .exec.shared.NamePart name_part = 2;
SchemaUserBitShared.NamePart.MessageSchema.newMessage()
static UserBitShared.NamePart
UserBitShared.NamePart.parseDelimitedFrom
(InputStream input) static UserBitShared.NamePart
UserBitShared.NamePart.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.NamePart
UserBitShared.NamePart.parseFrom
(byte[] data) static UserBitShared.NamePart
UserBitShared.NamePart.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.NamePart
UserBitShared.NamePart.parseFrom
(com.google.protobuf.ByteString data) static UserBitShared.NamePart
UserBitShared.NamePart.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.NamePart
UserBitShared.NamePart.parseFrom
(com.google.protobuf.CodedInputStream input) static UserBitShared.NamePart
UserBitShared.NamePart.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.NamePart
UserBitShared.NamePart.parseFrom
(InputStream input) static UserBitShared.NamePart
UserBitShared.NamePart.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.NamePart
UserBitShared.NamePart.parseFrom
(ByteBuffer data) static UserBitShared.NamePart
UserBitShared.NamePart.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type UserBitShared.NamePartModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserBitShared.NamePart>
UserBitShared.NamePart.getParserForType()
static com.google.protobuf.Parser<UserBitShared.NamePart>
UserBitShared.NamePart.parser()
SchemaUserBitShared.NamePart.MessageSchema.typeClass()
Methods in org.apache.drill.exec.proto with parameters of type UserBitShared.NamePartModifier and TypeMethodDescriptionboolean
SchemaUserBitShared.NamePart.MessageSchema.isInitialized
(UserBitShared.NamePart message) UserBitShared.NamePart.Builder.mergeChild
(UserBitShared.NamePart value) optional .exec.shared.NamePart child = 3;
void
SchemaUserBitShared.NamePart.MessageSchema.mergeFrom
(io.protostuff.Input input, UserBitShared.NamePart message) UserBitShared.NamePart.Builder.mergeFrom
(UserBitShared.NamePart other) UserBitShared.SerializedField.Builder.mergeNamePart
(UserBitShared.NamePart value) optional .exec.shared.NamePart name_part = 2;
UserBitShared.NamePart.newBuilder
(UserBitShared.NamePart prototype) UserBitShared.NamePart.Builder.setChild
(UserBitShared.NamePart value) optional .exec.shared.NamePart child = 3;
UserBitShared.SerializedField.Builder.setNamePart
(UserBitShared.NamePart value) optional .exec.shared.NamePart name_part = 2;
void
SchemaUserBitShared.NamePart.MessageSchema.writeTo
(io.protostuff.Output output, UserBitShared.NamePart message)