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

Directly decode String/BinaryView types from arrow-row format #6044

Merged
merged 10 commits into from
Jul 15, 2024

Commits on Jul 10, 2024

  1. add string view bench

    XiangpengHao committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a3d6ad4 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. check in new impl

    XiangpengHao committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a9025b6 View commit details
    Browse the repository at this point in the history
  2. add utf8

    XiangpengHao committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c20455e View commit details
    Browse the repository at this point in the history
  3. quick utf8 validation

    XiangpengHao committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    6451fe0 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Update arrow-row/src/variable.rs

    Co-authored-by: Andrew Lamb <[email protected]>
    XiangpengHao and alamb authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    9eb41d3 View commit details
    Browse the repository at this point in the history
  2. address comments

    XiangpengHao committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    e2656c9 View commit details
    Browse the repository at this point in the history
  3. update

    XiangpengHao committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    47adf22 View commit details
    Browse the repository at this point in the history
  4. Revert "update"

    This reverts commit 47adf22.
    XiangpengHao committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    859de09 View commit details
    Browse the repository at this point in the history
  5. Revert "address comments"

    This reverts commit e2656c9.
    XiangpengHao committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    0921f32 View commit details
    Browse the repository at this point in the history
  6. addr comments

    XiangpengHao committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    d182830 View commit details
    Browse the repository at this point in the history