Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-10808

[Rust] [DataFusion] Support nested expressions in aggregations

    XMLWordPrintableJSON

Details

    Description

      The following queries are not supported by DataFusion:

      SELECT MAX(b) FROM t GROUP BY a;
      SELECT MAX(b) + 1 FROM t GROUP BY a;
      SELECT MAX(b + 1) FROM t GROUP BY a;
      SELECT a + 1, MAX(b) FROM t GROUP BY a + 1;
      SELECT MAX(a) FROM t GROUP BY a;
      SELECT * FROM t GROUP BY a, b, c, ...
      

      Add support for these queries.

      Attachments

        Issue Links

          Activity

            People

              drusso Daniel Russo
              drusso Daniel Russo
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 5h 10m
                  5h 10m