XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Table SQL / API

    Description

      Add FlatAggregate operator to batch Table API as described in Google doc .

      The usage:

      val res = tab
       .groupBy('a) // leave out groupBy-clause to define global table aggregates
       .flatAgg(fun: TableAggregateFunction)  // output has columns 'a, 'b, 'c
       .select('a, 'c) 
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            sunjincheng121 sunjincheng
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: