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: switch to b+ tree #75

Merged
merged 16 commits into from
Feb 5, 2024
Merged

feat: switch to b+ tree #75

merged 16 commits into from
Feb 5, 2024

Commits on Jan 30, 2024

  1. feat: switch to b+ tree

    kevmo314 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    32fdf87 View commit details
    Browse the repository at this point in the history
  2. fixes

    kevmo314 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3887248 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. init: csv handler

    friendlymatthew committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    693154b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a465acc View commit details
    Browse the repository at this point in the history
  3. fix: ci

    friendlymatthew committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0bc0dfa View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. pass tests

    friendlymatthew committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0c52794 View commit details
    Browse the repository at this point in the history
  2. Add selectFields to query language (#71)

    * add support fields
    
    * rename + convert to Pick type
    friendlymatthew authored and kevmo314 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b71ecc0 View commit details
    Browse the repository at this point in the history
  3. CSV demo + support null fields (#67)

    * support csv, account for null
    
    * cleanup + refactor csv + include jsonl
    
    * cleanup + direct workflow to csv
    friendlymatthew authored and kevmo314 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d0b22e7 View commit details
    Browse the repository at this point in the history
  4. Add CSV table (#74)

    * add csv table
    
    * change to ternary exp
    friendlymatthew authored and kevmo314 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6b76950 View commit details
    Browse the repository at this point in the history
  5. Add query validation to library (#77)

    * add query validation
    
    * refactor
    friendlymatthew authored and kevmo314 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    576cd77 View commit details
    Browse the repository at this point in the history
  6. feat: chain queries (#78)

    * feat: chain queries
    
    * refactor
    friendlymatthew authored and kevmo314 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    efed00a View commit details
    Browse the repository at this point in the history
  7. Coverage: Assert query chain behavior (#79)

    * coverage
    
    * memory conservation
    friendlymatthew authored and kevmo314 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    276f370 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2914d9c View commit details
    Browse the repository at this point in the history
  9. bad merge

    kevmo314 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    532f173 View commit details
    Browse the repository at this point in the history
  10. merge

    kevmo314 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6d9180a View commit details
    Browse the repository at this point in the history
  11. merge

    kevmo314 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b33399a View commit details
    Browse the repository at this point in the history