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 bitwise predicates #67

Open
thirstler opened this issue Dec 23, 2024 · 0 comments
Open

add support for bitwise predicates #67

thirstler opened this issue Dec 23, 2024 · 0 comments

Comments

@thirstler
Copy link

bitwise operations are not supported in the SDK but I think vastdb itself does. Is it possible to implement them?

(_.nfs_mode_bits & mode) == mode
...
Traceback (most recent call last):
File "/root/venv/lib64/python3.9/site-packages/catalog_finder/catalog_finder.py", line 593, in execute_and_output_filter
reader = table.select(
File "/root/venv/lib64/python3.9/site-packages/vastdb/table.py", line 330, in select
query_data_request = _internal.build_query_data_request(
File "/root/venv/lib64/python3.9/site-packages/vastdb/_internal.py", line 2178, in build_query_data_request
filter_obj = predicate.serialize(builder)
File "/root/venv/lib64/python3.9/site-packages/vastdb/_internal.py", line 235, in serialize
raise NotImplementedError(self.expr)

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

No branches or pull requests

1 participant