Skip to content

uuid_to_string

relationalai.semantics.std.common
uuid_to_string(uuid: Value) -> Expression

Convert a UUID (Hash) to its string representation.

Parameters

  • uuid

    (Value) - The UUID (Hash) value to convert.

Returns

  • Expression - An Expression representing the string representation of the UUID. Returns String.

Examples

Convert UUID to string:

select(common.uuid_to_string(Session.id))