Vladimir Steshin created IGNITE-23658:
-----------------------------------------
Summary: Calcite. Support bitwise operation BITAND, BITOR, BITXOR.
Key: IGNITE-23658
URL: https://issues.apache.org/jira/browse/IGNITE-23658
Project: Ignite
Issue Type: Improvement
Reporter: Vladimir Steshin
Assignee: Vladimir Steshin
Extend suporting of aggregating bitwise operations #IGNITE-23624 with normal
ones:
{code:java}
BITAND(x, y)
BITOR(x, y)
BITXOR(x, y)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)