接口 GraphAlgebraPhysical.GroupBy.AggFuncOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface GraphAlgebraPhysical.GroupBy.AggFuncOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 GraphAlgebraPhysical.GroupBy.AggFunc.AggregategetAggregate()The aggregate functionintgetAggregateValue()The aggregate functioncom.google.protobuf.Int32ValuegetAlias()The alias for the aggregated valuecom.google.protobuf.Int32ValueOrBuildergetAliasOrBuilder()The alias for the aggregated valueOuterExpression.VariablegetVars(int index)The variables to apply this aggregationintgetVarsCount()The variables to apply this aggregationList<OuterExpression.Variable>getVarsList()The variables to apply this aggregationOuterExpression.VariableOrBuildergetVarsOrBuilder(int index)The variables to apply this aggregationList<? extends OuterExpression.VariableOrBuilder>getVarsOrBuilderList()The variables to apply this aggregationbooleanhasAlias()The alias for the aggregated value
-
-
-
方法详细资料
-
getVarsList
List<OuterExpression.Variable> getVarsList()
The variables to apply this aggregation
repeated .common.Variable vars = 1;
-
getVars
OuterExpression.Variable getVars(int index)
The variables to apply this aggregation
repeated .common.Variable vars = 1;
-
getVarsCount
int getVarsCount()
The variables to apply this aggregation
repeated .common.Variable vars = 1;
-
getVarsOrBuilderList
List<? extends OuterExpression.VariableOrBuilder> getVarsOrBuilderList()
The variables to apply this aggregation
repeated .common.Variable vars = 1;
-
getVarsOrBuilder
OuterExpression.VariableOrBuilder getVarsOrBuilder(int index)
The variables to apply this aggregation
repeated .common.Variable vars = 1;
-
getAggregateValue
int getAggregateValue()
The aggregate function
.physical.GroupBy.AggFunc.Aggregate aggregate = 2;- 返回:
- The enum numeric value on the wire for aggregate.
-
getAggregate
GraphAlgebraPhysical.GroupBy.AggFunc.Aggregate getAggregate()
The aggregate function
.physical.GroupBy.AggFunc.Aggregate aggregate = 2;- 返回:
- The aggregate.
-
hasAlias
boolean hasAlias()
The alias for the aggregated value
.google.protobuf.Int32Value alias = 3;- 返回:
- Whether the alias field is set.
-
getAlias
com.google.protobuf.Int32Value getAlias()
The alias for the aggregated value
.google.protobuf.Int32Value alias = 3;- 返回:
- The alias.
-
getAliasOrBuilder
com.google.protobuf.Int32ValueOrBuilder getAliasOrBuilder()
The alias for the aggregated value
.google.protobuf.Int32Value alias = 3;
-
-