module pixeltable.functions.uuid
Pixeltable UDFs forUUID.
udf to_string()
Signature
u(pxt.UUID): The UUID to convert.
pxt.String: The string representation of the UUID, in the formxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.
id in an existing table tbl to a string:
udf uuid4()
Signature
uuid.uuid4().
udf uuid7()
Signature
uuid.uuid7().