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 bitwise operators to VeLa #317

Closed
dbenn opened this issue Jan 10, 2023 · 2 comments · Fixed by #356
Closed

Add bitwise operators to VeLa #317

dbenn opened this issue Jan 10, 2023 · 2 comments · Fixed by #356
Assignees
Labels
VeLa VStar expression Language
Milestone

Comments

@dbenn
Copy link
Collaborator

dbenn commented Jan 10, 2023

Add bitwise AND, OR, XOR, NOT, and shift operators (at least) to VeLa.

#314 gives a motivating example (see last comment).

@dbenn dbenn added the VeLa VStar expression Language label Jan 10, 2023
@dbenn dbenn self-assigned this Jan 10, 2023
@orionlee
Copy link
Collaborator

orionlee commented Jan 12, 2023

For the motivational use case in #314 to work (BITWISE_AND(quality, 32) = 0), columns in observation details need to support integer type. Right now they are all string. See #322 (comment).
Update: tracked in #325

@dbenn
Copy link
Collaborator Author

dbenn commented Jan 12, 2023

@orionlee, I woke up last night and thought about a couple of things. This was one of them, so sent a note-to-self in the wee hours. :)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
VeLa VStar expression Language
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants