[ Web Proxy ]
URL:
Viewing: https://developers.cloudflare.com/pipelines/sql-reference/scalar-functions/binary-string/ [Back]  [Original]

Binary string functions Cloudflare Pipelines DocsSkip to content
SearchCtrlKLog in
  1. Home
  2. /Pipelines
  3. /
    SQL reference
  4. /Scalar functions
  5. /Binary string functions

Binary string functions

Last updated Apr 21, 2026Copy as MarkdownView as MarkdownAgent setup
Overviewencodedecode

Cloudflare Pipelines scalar function implementations are based on Apache DataFusion (via Arroyo ) and these docs are derived from the DataFusion function reference.

encode

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

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

PreviousString functionsNextRegex functions

Was this helpful?

YesNo
Edit pageReport issue
[]

Web Proxy Viewer  |  New URL  |  Original Page