接口 GraphAlgebra.GroupBy.AggFuncOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- GraphAlgebra.GroupBy
public static interface GraphAlgebra.GroupBy.AggFuncOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 GraphAlgebra.GroupBy.AggFunc.AggregategetAggregate()The aggregate functionintgetAggregateValue()The aggregate functionCommon.NameOrIdgetAlias()The alias for the aggregated valueCommon.NameOrIdOrBuildergetAliasOrBuilder()The alias for the aggregated valueOuterExpression.VariablegetVars(int index)The variables to apply this aggregation TODO(longbin) An expression here is a more general formintgetVarsCount()The variables to apply this aggregation TODO(longbin) An expression here is a more general formList<OuterExpression.Variable>getVarsList()The variables to apply this aggregation TODO(longbin) An expression here is a more general formOuterExpression.VariableOrBuildergetVarsOrBuilder(int index)The variables to apply this aggregation TODO(longbin) An expression here is a more general formList<? extends OuterExpression.VariableOrBuilder>getVarsOrBuilderList()The variables to apply this aggregation TODO(longbin) An expression here is a more general formbooleanhasAlias()The alias for the aggregated value
-
-
-
方法详细资料
-
getVarsList
List<OuterExpression.Variable> getVarsList()
The variables to apply this aggregation TODO(longbin) An expression here is a more general form
repeated .common.Variable vars = 1;
-
getVars
OuterExpression.Variable getVars(int index)
The variables to apply this aggregation TODO(longbin) An expression here is a more general form
repeated .common.Variable vars = 1;
-
getVarsCount
int getVarsCount()
The variables to apply this aggregation TODO(longbin) An expression here is a more general form
repeated .common.Variable vars = 1;
-
getVarsOrBuilderList
List<? extends OuterExpression.VariableOrBuilder> getVarsOrBuilderList()
The variables to apply this aggregation TODO(longbin) An expression here is a more general form
repeated .common.Variable vars = 1;
-
getVarsOrBuilder
OuterExpression.VariableOrBuilder getVarsOrBuilder(int index)
The variables to apply this aggregation TODO(longbin) An expression here is a more general form
repeated .common.Variable vars = 1;
-
getAggregateValue
int getAggregateValue()
The aggregate function
.algebra.GroupBy.AggFunc.Aggregate aggregate = 2;- 返回:
- The enum numeric value on the wire for aggregate.
-
getAggregate
GraphAlgebra.GroupBy.AggFunc.Aggregate getAggregate()
The aggregate function
.algebra.GroupBy.AggFunc.Aggregate aggregate = 2;- 返回:
- The aggregate.
-
hasAlias
boolean hasAlias()
The alias for the aggregated value
.common.NameOrId alias = 3;- 返回:
- Whether the alias field is set.
-
getAlias
Common.NameOrId getAlias()
The alias for the aggregated value
.common.NameOrId alias = 3;- 返回:
- The alias.
-
getAliasOrBuilder
Common.NameOrIdOrBuilder getAliasOrBuilder()
The alias for the aggregated value
.common.NameOrId alias = 3;
-
-