Tanner Clary created CALCITE-6205:
-------------------------------------
Summary: Add BITAND_AGG, BITOR_AGG functions (enabled in Snowflake
library)
Key: CALCITE-6205
URL: https://issues.apache.org/jira/browse/CALCITE-6205
Project: Calcite
Issue Type: Improvement
Reporter: Tanner Clary
Assignee: Tanner Clary
Snowflake supports the BITAND_AGG and BITOR_AGG functions, these are identical
to the BITAND and BITOR functions supported by BigQuery, respectively.
BITAND_AGG docs and examples:
https://docs.snowflake.com/en/sql-reference/functions/bitand_agg
BITOR_AGG docs and examples:
https://docs.snowflake.com/en/sql-reference/functions/bitor_agg
--
This message was sent by Atlassian Jira
(v8.20.10#820010)