INTEGRITY Cloudflare Docs

Binary string functions

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

Related functions: decode

decode

Decode binary data from textual representation in string.

decode(expression, format)

Arguments

Related functions: encode