/
BitExpand function
BitExpand function
Returns a string
containing the binary representation in "1"s
and "0"s
of the given long
.
Namespace
logical
Input
number(long)
Output
String
Example
If mynumber
contains the number 352
, then the following two functions are equivalent, and return the string "101100000"
.
set-column val logical:BitExpand(352)
set-column val logical:BitExpand(mynumber)
, multiple selections available,
Related content
DaysSinceFromDate function
DaysSinceFromDate function
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
Parquet Dynamic Partitioned Dataset Sink (Deprecated)
Parquet Dynamic Partitioned Dataset Sink (Deprecated)
More like this
NGramTransform Spark Compute Analytics (Deprecated)
NGramTransform Spark Compute Analytics (Deprecated)
More like this
Google Ads Single Report Batch Source (Deprecated)
Google Ads Single Report Batch Source (Deprecated)
More like this
Created in 2020 by Google Inc.