public interface AggregationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Expr |
getAggFunc(int index)
Aggregate functions.
|
int |
getAggFuncCount()
Aggregate functions.
|
List<Expr> |
getAggFuncList()
Aggregate functions.
|
ExprOrBuilder |
getAggFuncOrBuilder(int index)
Aggregate functions.
|
List<? extends ExprOrBuilder> |
getAggFuncOrBuilderList()
Aggregate functions.
|
Expr |
getGroupBy(int index)
Group by clause.
|
int |
getGroupByCount()
Group by clause.
|
List<Expr> |
getGroupByList()
Group by clause.
|
ExprOrBuilder |
getGroupByOrBuilder(int index)
Group by clause.
|
List<? extends ExprOrBuilder> |
getGroupByOrBuilderList()
Group by clause.
|
RpnExpr |
getRpnAggFunc(int index)
repeated .tipb.RpnExpr rpn_agg_func = 5; |
int |
getRpnAggFuncCount()
repeated .tipb.RpnExpr rpn_agg_func = 5; |
List<RpnExpr> |
getRpnAggFuncList()
repeated .tipb.RpnExpr rpn_agg_func = 5; |
RpnExprOrBuilder |
getRpnAggFuncOrBuilder(int index)
repeated .tipb.RpnExpr rpn_agg_func = 5; |
List<? extends RpnExprOrBuilder> |
getRpnAggFuncOrBuilderList()
repeated .tipb.RpnExpr rpn_agg_func = 5; |
RpnExpr |
getRpnGroupBy(int index)
repeated .tipb.RpnExpr rpn_group_by = 4; |
int |
getRpnGroupByCount()
repeated .tipb.RpnExpr rpn_group_by = 4; |
List<RpnExpr> |
getRpnGroupByList()
repeated .tipb.RpnExpr rpn_group_by = 4; |
RpnExprOrBuilder |
getRpnGroupByOrBuilder(int index)
repeated .tipb.RpnExpr rpn_group_by = 4; |
List<? extends RpnExprOrBuilder> |
getRpnGroupByOrBuilderList()
repeated .tipb.RpnExpr rpn_group_by = 4; |
boolean |
getStreamed()
If it is a stream aggregation.
|
boolean |
hasStreamed()
If it is a stream aggregation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
Expr getGroupBy(int index)
Group by clause.
repeated .tipb.Expr group_by = 1;
int getGroupByCount()
Group by clause.
repeated .tipb.Expr group_by = 1;
List<? extends ExprOrBuilder> getGroupByOrBuilderList()
Group by clause.
repeated .tipb.Expr group_by = 1;
ExprOrBuilder getGroupByOrBuilder(int index)
Group by clause.
repeated .tipb.Expr group_by = 1;
RpnExpr getRpnGroupBy(int index)
repeated .tipb.RpnExpr rpn_group_by = 4;
int getRpnGroupByCount()
repeated .tipb.RpnExpr rpn_group_by = 4;
List<? extends RpnExprOrBuilder> getRpnGroupByOrBuilderList()
repeated .tipb.RpnExpr rpn_group_by = 4;
RpnExprOrBuilder getRpnGroupByOrBuilder(int index)
repeated .tipb.RpnExpr rpn_group_by = 4;
Expr getAggFunc(int index)
Aggregate functions.
repeated .tipb.Expr agg_func = 2;
int getAggFuncCount()
Aggregate functions.
repeated .tipb.Expr agg_func = 2;
List<? extends ExprOrBuilder> getAggFuncOrBuilderList()
Aggregate functions.
repeated .tipb.Expr agg_func = 2;
ExprOrBuilder getAggFuncOrBuilder(int index)
Aggregate functions.
repeated .tipb.Expr agg_func = 2;
RpnExpr getRpnAggFunc(int index)
repeated .tipb.RpnExpr rpn_agg_func = 5;
int getRpnAggFuncCount()
repeated .tipb.RpnExpr rpn_agg_func = 5;
List<? extends RpnExprOrBuilder> getRpnAggFuncOrBuilderList()
repeated .tipb.RpnExpr rpn_agg_func = 5;
RpnExprOrBuilder getRpnAggFuncOrBuilder(int index)
repeated .tipb.RpnExpr rpn_agg_func = 5;
boolean hasStreamed()
If it is a stream aggregation.
optional bool streamed = 3 [(.gogoproto.nullable) = false];
boolean getStreamed()
If it is a stream aggregation.
optional bool streamed = 3 [(.gogoproto.nullable) = false];
Copyright © 2024 PingCAP. All rights reserved.