Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-35

Implement RunningAggregate Reference Operator

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Invalid
    • None
    • 0.4.0
    • None

    Description

      RunningAggregate (1)
      The running aggregate operator takes an input record and adds appends a set of running aggregations and outputs the resulting record. The aggregations are re-evaluated on each record within the incoming segment in the order they are provided. Segment focus can be defined with the ‘within’ value such that aggregations are reset at each segment boundary.

      { @id†: <opref>, op: “runningaggregate”,

      input†: <input>,

      within*: <name>,

      aggregations: [

      {ref: <name>, expr: <aggexpr> }

      ,...

      ]
      }

      Attachments

        Activity

          People

            tnachen Timothy Chen
            tnachen Timothy Chen
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: