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

support equality operator #24

Open
DeoLeung opened this issue Jan 29, 2023 · 1 comment
Open

support equality operator #24

DeoLeung opened this issue Jan 29, 2023 · 1 comment

Comments

@DeoLeung
Copy link

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 
                                        ^
@ChenHuajun
Copy link
Owner

This feature is not currently supported. hash support may needed

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

2 participants