We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: