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 COLLECT rolling window aggregation #7189

Merged
merged 27 commits into from
Jan 30, 2021

Commits on Jan 17, 2021

  1. JUNCO: Working prototype:

    No min-periods check yet.
    mythrocks committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    4229fd6 View commit details
    Browse the repository at this point in the history
  2. WIP: Got offsets.

    mythrocks committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    ca0f651 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    5b639c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3170c18 View commit details
    Browse the repository at this point in the history
  3. Working.

    No min_periods handling yet.
    Minimal test.
    mythrocks committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    f0a208e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    d8b834b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2568341 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db73208 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. WIP: Support for min_periods checks.

    Also, fixed null/empty list representation.
    mythrocks committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    871a4ae View commit details
    Browse the repository at this point in the history
  2. WIP: Clarify how empty lists are handled...

    ... at the beginning of the output.
    mythrocks committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    3fbaf3e View commit details
    Browse the repository at this point in the history
  3. WIP: Tests!

    mythrocks committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    219cb5d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    507239c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    095e911 View commit details
    Browse the repository at this point in the history
  3. Code formatting.

    mythrocks committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    aec5ae1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3aa029b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

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

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    06764ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9e4188 View commit details
    Browse the repository at this point in the history
  3. Streamlined null mask construction:

    Removed unnecessary null count checks.
    mythrocks committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    f897c62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e0c392 View commit details
    Browse the repository at this point in the history
  5. Update dates in Copyright

    mythrocks committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    04417ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93be98c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76926d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

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

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    6558ac9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95a3d49 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

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