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

Replace buffer management with Arrow buffers #173

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 3, 2024

  1. Replace buffer management with Arrow buffers

    This implements a second version of the Query interface using Arrow
    Arrays. The core idea here is that we can share Arrow arrays freely and
    then convert them to mutable buffers as long as there are no external
    references to them. This is all done safely and returns an error if any
    buffer is externally referenced.
    davisp committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    906d507 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Cleanup error handling

    davisp committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    905e5c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Show external reference error

    davisp committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a0df708 View commit details
    Browse the repository at this point in the history