/
BitAnd function
BitAnd function
Returns the bitwise AND
of the two long
arguments.
Namespace
logical
Input
number1(long), number2(long)
Output
long
Example
If a
contains the number 352
and b
contains the number 400
, then the following two functions are equivalent, and return the value 256
:
set-column val logical:BitAnd(352, 400)
set-column val logical:BitAnd(a,b)
, multiple selections available,
Related content
Data quality functions
Data quality functions
Read with this
DaysSinceFromDate function
DaysSinceFromDate function
More like this
Router Transformation (Deprecated)
Router Transformation (Deprecated)
More like this
ORC Dynamic Partitioned Dataset Sink (Deprecated)
ORC Dynamic Partitioned Dataset Sink (Deprecated)
More like this
Microsoft Azure Face Extractor Transformation (Deprecated)
Microsoft Azure Face Extractor Transformation (Deprecated)
More like this
Google BigQuery Table Sink
Google BigQuery Table Sink
More like this
Created in 2020 by Google Inc.