uuid_to_string
relationalai.semantics.std.common
uuid_to_string(uuid: Value) -> ExpressionConvert a UUID (Hash) to its string representation.
Parameters
Section titled “Parameters”
(uuidValue) - The UUID (Hash) value to convert.
Returns
Section titled “Returns”Expression- AnExpressionrepresenting the string representation of the UUID. ReturnsString.
Examples
Section titled “Examples”Convert UUID to string:
>>> select(common.uuid_to_string(Session.id))