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 select to query language #71

Merged
merged 4 commits into from
Jan 29, 2024

Conversation

friendlymatthew
Copy link
Collaborator

What this PR contains

A small PR that allows someone to select specific fields in the query:
Screen Shot 2024-01-28 at 9 19 42 PM

  • tested via demo

src/database.ts Outdated Show resolved Hide resolved
src/database.ts Outdated Show resolved Hide resolved
@friendlymatthew friendlymatthew enabled auto-merge (squash) January 29, 2024 16:02
@friendlymatthew friendlymatthew merged commit 33417b9 into kevmo314:main Jan 29, 2024
2 checks passed
@friendlymatthew friendlymatthew changed the title Add selectFields to query language Add select to query language Jan 29, 2024
kevmo314 pushed a commit that referenced this pull request Feb 5, 2024
* add support fields

* rename + convert to Pick type
kevmo314 added a commit that referenced this pull request Feb 5, 2024
* feat: switch to b+ tree

* fixes

* init: csv handler

* coverage: recognize null fields test

* fix: ci

* pass tests

* Add `selectFields` to query language (#71)

* add support fields

* rename + convert to Pick type

* CSV demo + support null fields (#67)

* support csv, account for null

* cleanup + refactor csv + include jsonl

* cleanup + direct workflow to csv

* Add CSV table (#74)

* add csv table

* change to ternary exp

* Add query validation to library (#77)

* add query validation

* refactor

* feat: chain queries (#78)

* feat: chain queries

* refactor

* Coverage: Assert query chain behavior (#79)

* coverage

* memory conservation

---------

Co-authored-by: Matthew <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants