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

Add generic Array abstraction #197

Merged
merged 18 commits into from
Jul 21, 2024
Merged

Add generic Array abstraction #197

merged 18 commits into from
Jul 21, 2024

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    6e268f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dd7828 View commit details
    Browse the repository at this point in the history
  3. Address warnings / clippy

    chmp committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    f0fce3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5efc81 View commit details
    Browse the repository at this point in the history
  5. Export BitsWithOffset

    chmp committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    b3bdb91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00eac96 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d43e44e View commit details
    Browse the repository at this point in the history
  8. Add Duration serialization

    chmp committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d978af7 View commit details
    Browse the repository at this point in the history
  9. Add Decimal128 serialization

    chmp committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    421cd1a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    40942ac View commit details
    Browse the repository at this point in the history
  11. Refactor arrow list construction

    chmp committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    dc2ed0d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    1f4fdef View commit details
    Browse the repository at this point in the history
  2. Implement FixedSizeBinary

    chmp committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    f3a5a9d View commit details
    Browse the repository at this point in the history
  3. Implement Dictionary

    chmp committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    063c5db View commit details
    Browse the repository at this point in the history
  4. Implement Map

    chmp committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    7461c8b View commit details
    Browse the repository at this point in the history
  5. Implement Union

    chmp committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    c70c39c View commit details
    Browse the repository at this point in the history
  6. Address clippy

    chmp committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    d738eec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73ecc2d View commit details
    Browse the repository at this point in the history