| [ Web Proxy ] |
| Viewing: https://developers.cloudflare.com/pipelines/sql-reference/scalar-functions/binary-string/ | [Back] [Original] |
Cloudflare Pipelines scalar function implementations are based on Apache DataFusion (via Arroyo ) and these docs are derived from the DataFusion function reference.
Encode binary data into a textual representation.
encode(expression, format)
Arguments
expression: Expression containing string or binary data
format: Supported formats are: base64, hex
Related functions: decode
Decode binary data from textual representation in string.
decode(expression, format)
Arguments
expression: Expression containing encoded string data
format: Same arguments as encode
Related functions: encode
| Web Proxy Viewer | New URL | Original Page |