Skip to content

Commit

Permalink
Spec change
Browse files Browse the repository at this point in the history
  • Loading branch information
rok committed Apr 18, 2024
1 parent 144c5ef commit 90c2af1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/source/format/CanonicalExtensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,17 @@ Variable shape tensor
Values inside each **data** tensor element are stored in row-major/C-contiguous
order according to the corresponding **shape**.

UUID
====

* Extension name: `arrow.uuid`.

* The storage type of the extension is ``FixedSizeBinary`` with a length of 16 bytes.

.. note::
A specific UUID version is not required or guaranteed. This extension represents
UUIDs as FixedSizeBinary(16) and does not interpret the bytes in any way.

=========================
Community Extension Types
=========================
Expand Down

0 comments on commit 90c2af1

Please sign in to comment.