DB
FunctionsType Conversion

cast_as_uuid

Casts the input value to canonical UUID text. Accepts UUID strings (with or without dashes) and 16-byte binary payloads.

cast_as_uuid(…) → UUID

Kind · scalar

Casts the input value to canonical UUID text. Accepts UUID strings (with or without dashes) and 16-byte binary payloads.

Part of the Type Conversion family.