public interface ProjectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Expr |
getExprs(int index)
Projection expressions.
|
int |
getExprsCount()
Projection expressions.
|
List<Expr> |
getExprsList()
Projection expressions.
|
ExprOrBuilder |
getExprsOrBuilder(int index)
Projection expressions.
|
List<? extends ExprOrBuilder> |
getExprsOrBuilderList()
Projection expressions.
|
RpnExpr |
getRpnExprs(int index)
repeated .tipb.RpnExpr rpn_exprs = 2; |
int |
getRpnExprsCount()
repeated .tipb.RpnExpr rpn_exprs = 2; |
List<RpnExpr> |
getRpnExprsList()
repeated .tipb.RpnExpr rpn_exprs = 2; |
RpnExprOrBuilder |
getRpnExprsOrBuilder(int index)
repeated .tipb.RpnExpr rpn_exprs = 2; |
List<? extends RpnExprOrBuilder> |
getRpnExprsOrBuilderList()
repeated .tipb.RpnExpr rpn_exprs = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
Expr getExprs(int index)
Projection expressions.
repeated .tipb.Expr exprs = 1;
int getExprsCount()
Projection expressions.
repeated .tipb.Expr exprs = 1;
List<? extends ExprOrBuilder> getExprsOrBuilderList()
Projection expressions.
repeated .tipb.Expr exprs = 1;
ExprOrBuilder getExprsOrBuilder(int index)
Projection expressions.
repeated .tipb.Expr exprs = 1;
RpnExpr getRpnExprs(int index)
repeated .tipb.RpnExpr rpn_exprs = 2;
int getRpnExprsCount()
repeated .tipb.RpnExpr rpn_exprs = 2;
List<? extends RpnExprOrBuilder> getRpnExprsOrBuilderList()
repeated .tipb.RpnExpr rpn_exprs = 2;
RpnExprOrBuilder getRpnExprsOrBuilder(int index)
repeated .tipb.RpnExpr rpn_exprs = 2;
Copyright © 2024 PingCAP. All rights reserved.