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
Hi,
I'm using rb in my recursive cte as filter and condition check, however in the result set it can't be used to group by directly.
looks like rb does support =, not sure if it's a bug :)
=
-- not ok SELECT count(DISTINCT path) AS count FROM s -- ok SELECT count(DISTINCT path::bytea) AS count FROM s
ERROR: could not identify an equality operator for type roaringbitmap LINE 20: SELECT count(DISTINCT path) AS count ^
The text was updated successfully, but these errors were encountered:
This feature is not currently supported. hash support may needed
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm using rb in my recursive cte as filter and condition check, however in the result set it can't be used to group by directly.
looks like rb does support
=
, not sure if it's a bug :)The text was updated successfully, but these errors were encountered: