Skip to main content

to_bytes

Function to_bytes 

Source
pub fn to_bytes(uuid: &Uuid) -> [u8; 16]
Expand description

Convert a Uuid into its 16-byte big-endian form, suitable for an Arrow FixedSizeBinary(16) column.