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 support for "where in" queries #328

Merged
merged 3 commits into from
Mar 26, 2024
Merged

Add support for "where in" queries #328

merged 3 commits into from
Mar 26, 2024

Conversation

jreadey
Copy link
Member

@jreadey jreadey commented Mar 25, 2024

Enable dataset queries with opional "where in" syntax.
E.g.:
"(open > 5.0) & (close < 5.0) where symbol in (b'MCD', b'KO', b'JNJ')"

@jreadey jreadey requested a review from mattjala March 25, 2024 10:45
hsds/util/chunkUtil.py Dismissed Show resolved Hide resolved
Copy link
Contributor

@mattjala mattjala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM aside from the security issue.

@jreadey jreadey merged commit 331cdc2 into master Mar 26, 2024
10 checks passed
@jreadey jreadey deleted the queryin2 branch April 29, 2024 21:54
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