Skip to content

uuid_to_string

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

Convert a UUID (Hash) to its string representation.

  • uuid

    (Value) - The UUID (Hash) value to convert.
  • Expression - An Expression representing the string representation of the UUID. Returns String.

Convert UUID to string:

>>> select(common.uuid_to_string(Session.id))