The bit_add function implements bitwise addition for multiple columns. If there is only one column, the column is returned. The bit_add function ignores null values.
...
...
@@ -231,7 +231,7 @@ The bit_add function implements bitwise addition for multiple columns. If there
The l2norm function finds the second-order norm for all data in the input column. This squares the values, takes a cumulative sum, and finds the square root.