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

feat(7181): SortOrderBuilder and create composible Merge node #1

Closed
wants to merge 17 commits into from

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    6cd1b82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9510072 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6156a57 View commit details
    Browse the repository at this point in the history
  4. fix(7181): fix bounds check on RowValues::slice, and add regression t…

    …ests to add CursorValue implementations
    wiedld committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    af1a554 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    656f9fa View commit details
    Browse the repository at this point in the history
  6. feat(7181): add type definitions of BatchStream & BatchCursorStream, …

    …and the BatchTrackerStream which converts
    wiedld committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0205171 View commit details
    Browse the repository at this point in the history
  7. feat(7181): move cursors into BatchBuilder (future SortOrderBuilder),…

    … and remove extra row_idx tracking in old BatchCursor
    wiedld committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    527bdc6 View commit details
    Browse the repository at this point in the history
  8. feat(7181): remove option from old BatchCursor.cursor, such that we m…

    …ove closer to replacement BatchCursor
    wiedld committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f40a8b4 View commit details
    Browse the repository at this point in the history
  9. feat(7181): build I/O streams around a single composable merge node i…

    …n SortPreservingCascadeStream, by also moving the BatchBuilder to only yield sort_orders
    wiedld committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    abe7ab1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cc998d2 View commit details
    Browse the repository at this point in the history
  11. refactor(7181): rename BatchBuilder to SortOrderBuilder, cleanup all …

    …doc-links, and remove unused properties
    wiedld committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    138c697 View commit details
    Browse the repository at this point in the history
  12. chore(7181): rename BatchCursor to BatchRowSet, as it contains alot m…

    …ore functionality than a cursor
    wiedld committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    66383f6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f9d7be3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a5b60a3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1ff4fa1 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

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

Commits on Oct 29, 2023

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