Dear Igniters,

I have questions about the ignite sql function bit_and and bit_or.
https://ignite.apache.org/docs/latest/sql-reference/aggregate-functions#bit_and
The official document gives the description about those two functions, but
when I use it I always meet the error :
"Error: Unsupported expression: BIT_AND(ID) [type=Aggregate]
(state=50000,code=1)"
I am use the sql like : "select bitwise_and(id) from city;"

Does the Ignite really supports these twos functions? If yes, how to use
it? Thanks!
Regards

Reply via email to