public interface RpnExprOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Expr |
getExprs(int index)
All children fields in exprs should be empty.
|
int |
getExprsCount()
All children fields in exprs should be empty.
|
List<Expr> |
getExprsList()
All children fields in exprs should be empty.
|
ExprOrBuilder |
getExprsOrBuilder(int index)
All children fields in exprs should be empty.
|
List<? extends ExprOrBuilder> |
getExprsOrBuilderList()
All children fields in exprs should be empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Expr> getExprsList()
All children fields in exprs should be empty.
repeated .tipb.Expr exprs = 1;
Expr getExprs(int index)
All children fields in exprs should be empty.
repeated .tipb.Expr exprs = 1;
int getExprsCount()
All children fields in exprs should be empty.
repeated .tipb.Expr exprs = 1;
List<? extends ExprOrBuilder> getExprsOrBuilderList()
All children fields in exprs should be empty.
repeated .tipb.Expr exprs = 1;
ExprOrBuilder getExprsOrBuilder(int index)
All children fields in exprs should be empty.
repeated .tipb.Expr exprs = 1;
Copyright © 2024 PingCAP. All rights reserved.