Skip to main content

Module uuid

Module uuid 

Source
Expand description

UUID extension type for Vortex.

Provides a UUID extension type backed by FixedSizeList(Primitive(U8), 16) storage. Each UUID is stored as 16 bytes in big-endian (network) byte order, matching RFC 4122 and Arrow’s canonical UUID extension.

Structs§

Uuid
The VTable for the UUID extension type.
UuidMetadata
Metadata for the UUID extension type.