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 lazy join #1524

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open

Implement lazy join #1524

wants to merge 37 commits into from

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    1840f4c View commit details
    Browse the repository at this point in the history
  2. Cleanup join code

    RobinTF committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    a287bf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cc9f8b View commit details
    Browse the repository at this point in the history
  4. Remove redundant semicolons

    RobinTF committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    2f3f4fa View commit details
    Browse the repository at this point in the history
  5. Fix condition

    RobinTF committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    56d334a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    d9bccea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    243ea2b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    465baa2 View commit details
    Browse the repository at this point in the history
  2. Properly call flush

    RobinTF committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3508a92 View commit details
    Browse the repository at this point in the history
  3. Fix testing code

    RobinTF committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b77230e View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    01e2d8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    856c91c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e5558e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2834a28 View commit details
    Browse the repository at this point in the history
  5. Make join with undef work

    RobinTF committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1a74800 View commit details
    Browse the repository at this point in the history
  6. Simplify functions further

    RobinTF committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7ef6b5b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    64d404d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac63c9c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    4baaf81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    831507b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Add more unit tests

    RobinTF committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    c6f0525 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fefe3bb View commit details
    Browse the repository at this point in the history
  3. Don't repeat code

    RobinTF committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    5b91fb1 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    RobinTF committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    4d535a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fe9ef2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ac9faf View commit details
    Browse the repository at this point in the history
  7. Fix some sonarcloud issues

    RobinTF committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    b9f2594 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    3c2a473 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a379ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7536c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1733d27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd0b633 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    0f83805 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc09d1e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

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