>>> from ibis.interactive import * >>> ibis.uuid()┌──────────────────────────────────────┐ │ b2d4d0b7-78d0-4558-b8c9-de8b9dba8327 │ └──────────────────────────────────────┘ Expressions of miscellaneous other types.
Return or generate a UUID value.
| Name | Type | Description | Default |
|---|---|---|---|
| value | str | pyuuid.UUID | None | A uuid.UUID object or a UUID str such as ‘b41c7dfd-1513-4358-917e-9ea322b0d3c5’. If None, a random UUIDv4 is generated, similar to uuid.uuid4() from the Python standard library. | None |
┌──────────────────────────────────────┐ │ b2d4d0b7-78d0-4558-b8c9-de8b9dba8327 │ └──────────────────────────────────────┘ | Name | Type | Description |
|---|---|---|
UUIDScalar | Random UUID value expression |