Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement groupby aggregations M2 and MERGE_M2 #8605

Merged
merged 22 commits into from
Jul 8, 2021

Commits on Jun 24, 2021

  1. Add aggregation definitions

    ttnghia committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    4c272df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d446076 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    ebc718a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    93b38c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Configuration menu
    Copy the full SHA
    8c74cb4 View commit details
    Browse the repository at this point in the history
  2. Rewrite doxygen

    ttnghia committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    44a3b16 View commit details
    Browse the repository at this point in the history
  3. Fix MERGE_M2implementation

    ttnghia committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    1d54ef5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96dc792 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e131be6 View commit details
    Browse the repository at this point in the history
  6. Fix copyright header

    ttnghia committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    99ab9a1 View commit details
    Browse the repository at this point in the history
  7. Rename functor

    ttnghia committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    0ac08fe View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    b751d15 View commit details
    Browse the repository at this point in the history
  2. Rewrite the merge functor, adding partial_result struct to store in…

    …termediate merging result
    ttnghia committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    7863b6f View commit details
    Browse the repository at this point in the history
  3. Rewrite doxygen

    ttnghia committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    0ab2c18 View commit details
    Browse the repository at this point in the history
  4. Add a unit test when the input column column is a structs column with…

    … number of children is not 3
    ttnghia committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    90d984a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9967ec2 View commit details
    Browse the repository at this point in the history
  6. Fix comments

    ttnghia committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    f3d0a3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbb961f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26e17f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Rewrite doxygen

    ttnghia committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    1872846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53023af View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    ttnghia committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    a1d00b1 View commit details
    Browse the repository at this point in the history