Uses of Class
org.apache.drill.exec.proto.UserBitShared.NamePart
Package
Description
Logical expression tree representation.
-
Uses of UserBitShared.NamePart in org.apache.drill.common.expression
Modifier and TypeMethodDescriptionstatic SchemaPath
SchemaPath.create
(UserBitShared.NamePart namePart) -
Uses of UserBitShared.NamePart in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserBitShared.NamePart>
UserBitShared.NamePart.PARSER
Deprecated.Modifier 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) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserBitShared.NamePart>
UserBitShared.NamePart.getParserForType()
static com.google.protobuf.Parser<UserBitShared.NamePart>
UserBitShared.NamePart.parser()
SchemaUserBitShared.NamePart.MessageSchema.typeClass()
Modifier 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)