public final class Expr extends com.google.protobuf.GeneratedMessageV3 implements ExprOrBuilder
Evaluators should implement evaluation functions for every expression type.Protobuf type
tipb.Expr| 限定符和类型 | 类和说明 |
|---|---|
static class |
Expr.Builder
Evaluators should implement evaluation functions for every expression type.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CHILDREN_FIELD_NUMBER |
static int |
FIELD_TYPE_FIELD_NUMBER |
static com.google.protobuf.Parser<Expr> |
PARSER
已过时。
|
static int |
RPN_ARGS_LEN_FIELD_NUMBER |
static int |
SIG_FIELD_NUMBER |
static int |
TP_FIELD_NUMBER |
static int |
VAL_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
Expr |
getChildren(int index)
repeated .tipb.Expr children = 3; |
int |
getChildrenCount()
repeated .tipb.Expr children = 3; |
List<Expr> |
getChildrenList()
repeated .tipb.Expr children = 3; |
ExprOrBuilder |
getChildrenOrBuilder(int index)
repeated .tipb.Expr children = 3; |
List<? extends ExprOrBuilder> |
getChildrenOrBuilderList()
repeated .tipb.Expr children = 3; |
static Expr |
getDefaultInstance() |
Expr |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
FieldType |
getFieldType()
optional .tipb.FieldType field_type = 5; |
FieldTypeOrBuilder |
getFieldTypeOrBuilder()
optional .tipb.FieldType field_type = 5; |
com.google.protobuf.Parser<Expr> |
getParserForType() |
int |
getRpnArgsLen()
optional uint32 rpn_args_len = 6; |
int |
getSerializedSize() |
ScalarFuncSig |
getSig()
optional .tipb.ScalarFuncSig sig = 4 [(.gogoproto.nullable) = false]; |
ExprType |
getTp()
optional .tipb.ExprType tp = 1 [(.gogoproto.nullable) = false]; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
com.google.protobuf.ByteString |
getVal()
optional bytes val = 2; |
boolean |
hasFieldType()
optional .tipb.FieldType field_type = 5; |
int |
hashCode() |
boolean |
hasRpnArgsLen()
optional uint32 rpn_args_len = 6; |
boolean |
hasSig()
optional .tipb.ScalarFuncSig sig = 4 [(.gogoproto.nullable) = false]; |
boolean |
hasTp()
optional .tipb.ExprType tp = 1 [(.gogoproto.nullable) = false]; |
boolean |
hasVal()
optional bytes val = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Expr.Builder |
newBuilder() |
static Expr.Builder |
newBuilder(Expr prototype) |
Expr.Builder |
newBuilderForType() |
protected Expr.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Expr |
parseDelimitedFrom(InputStream input) |
static Expr |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Expr |
parseFrom(byte[] data) |
static Expr |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Expr |
parseFrom(ByteBuffer data) |
static Expr |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Expr |
parseFrom(com.google.protobuf.ByteString data) |
static Expr |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Expr |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Expr |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Expr |
parseFrom(InputStream input) |
static Expr |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Expr> |
parser() |
Expr.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int TP_FIELD_NUMBER
public static final int VAL_FIELD_NUMBER
public static final int CHILDREN_FIELD_NUMBER
public static final int RPN_ARGS_LEN_FIELD_NUMBER
public static final int SIG_FIELD_NUMBER
public static final int FIELD_TYPE_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Expr> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public boolean hasTp()
optional .tipb.ExprType tp = 1 [(.gogoproto.nullable) = false];hasTp 在接口中 ExprOrBuilderpublic ExprType getTp()
optional .tipb.ExprType tp = 1 [(.gogoproto.nullable) = false];getTp 在接口中 ExprOrBuilderpublic boolean hasVal()
optional bytes val = 2;hasVal 在接口中 ExprOrBuilderpublic com.google.protobuf.ByteString getVal()
optional bytes val = 2;getVal 在接口中 ExprOrBuilderpublic List<Expr> getChildrenList()
repeated .tipb.Expr children = 3;getChildrenList 在接口中 ExprOrBuilderpublic List<? extends ExprOrBuilder> getChildrenOrBuilderList()
repeated .tipb.Expr children = 3;getChildrenOrBuilderList 在接口中 ExprOrBuilderpublic int getChildrenCount()
repeated .tipb.Expr children = 3;getChildrenCount 在接口中 ExprOrBuilderpublic Expr getChildren(int index)
repeated .tipb.Expr children = 3;getChildren 在接口中 ExprOrBuilderpublic ExprOrBuilder getChildrenOrBuilder(int index)
repeated .tipb.Expr children = 3;getChildrenOrBuilder 在接口中 ExprOrBuilderpublic boolean hasRpnArgsLen()
optional uint32 rpn_args_len = 6;hasRpnArgsLen 在接口中 ExprOrBuilderpublic int getRpnArgsLen()
optional uint32 rpn_args_len = 6;getRpnArgsLen 在接口中 ExprOrBuilderpublic boolean hasSig()
optional .tipb.ScalarFuncSig sig = 4 [(.gogoproto.nullable) = false];hasSig 在接口中 ExprOrBuilderpublic ScalarFuncSig getSig()
optional .tipb.ScalarFuncSig sig = 4 [(.gogoproto.nullable) = false];getSig 在接口中 ExprOrBuilderpublic boolean hasFieldType()
optional .tipb.FieldType field_type = 5;hasFieldType 在接口中 ExprOrBuilderpublic FieldType getFieldType()
optional .tipb.FieldType field_type = 5;getFieldType 在接口中 ExprOrBuilderpublic FieldTypeOrBuilder getFieldTypeOrBuilder()
optional .tipb.FieldType field_type = 5;getFieldTypeOrBuilder 在接口中 ExprOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static Expr parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Expr parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Expr parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Expr parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Expr parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Expr parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Expr parseFrom(InputStream input) throws IOException
IOExceptionpublic static Expr parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Expr parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Expr parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Expr parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Expr parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Expr.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static Expr.Builder newBuilder()
public static Expr.Builder newBuilder(Expr prototype)
public Expr.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected Expr.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static Expr getDefaultInstance()
public static com.google.protobuf.Parser<Expr> parser()
public com.google.protobuf.Parser<Expr> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public Expr getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2023 PingCAP. All rights reserved.