Ion Fusion Documentation
Release 0.38a1-SNAPSHOT (2026-04-16T19:45:37.790Z)

Module /fusion/unsafe/lob

Unsafe (but fast) operations on lobs (blob and clob).

These operations perform no type-checking or bounds-checking, and they will crash or exhibit other unspecified behavior if called with invalid arguments. Use with extreme caution!

See the module /fusion/lob for more information and related operations on lobs.

unsafe_lob_to_hex procedure
(unsafe_lob_to_hex lob)

Converts a lob to its hex encoding as a string. Returns null.string when given null.clob or null.blob. The returned hex string does not contain a '0x' prefix, and will only contain the characters [0-9a-f].