接口 GraphAlgebraPhysical.GroupBy.AggFuncOrBuilder

    • 方法详细资料

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

        int getAggregateValue()
         The aggregate function
         
        .physical.GroupBy.AggFunc.Aggregate aggregate = 2;
        返回:
        The enum numeric value on the wire for 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;