The documentation for Data Flow expression language in Azure Synapse Analytics data-flow-expression-functions states that both Synapse and Data Factory have the same functions available, but it looks like a number of them are missing in Synapse. I'm trying to perform some bitwise operations in a Data Flow transformation, but bitwiseAnd, bitwiseOr and the corresponding operators (&, |) are not recognized by the editor or and validation produces this error: "Data flow expression uses functions/parameters/columns which are not present in current context"
How can I perform bitwise operations in a Data Flow transformation?