接口 GraphAlgebra.GroupBy.AggFuncOrBuilder

    • 方法详细资料

      • 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.
      • 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;