Interface AggResultContext

    • Method Detail

      • key

        Expression key()
        Expression by which to reference the key upon which the values in the accumulator were aggregated. Most aggregate functions depend on only the accumulator, but quasi-aggregate functions such as GROUPING access at the key.
      • keyField

        Expression keyField​(int i)
        Returns an expression that references the ith field of the key, cast to the appropriate type.