-
Type:
Task
-
Status: Resolved
-
Priority:
P2
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.23.0
-
Component/s: dsl-sql, dsl-sql-zetasql
-
Labels:
Performs a bitwise OR operation on expression and returns the result.
Supported Argument Types: INT64
Returned Data Types: INT64
Examples
SELECT BIT_OR(c) as bit_and FROM UNNEST([0xF001, 0x00A1]) as c; +---------+ | bit_and | +---------+ | 1 | +---------+
What is expected: should include both Calcite and ZetaSQL dialects.
How to test: unit tests
Reference: https://cloud.google.com/bigquery/docs/reference/standard-sql/aggregate_functions#bit_or
- is a clone of
-
BEAM-9890 Support BIT_AND aggregation function in BeamSQL
-
- Resolved
-
- links to