java.lang.Object
org.apache.arrow.vector.holders.ExtensionHolder
org.apache.arrow.vector.holders.UuidHolder
- All Implemented Interfaces:
ValueHolder
Value holder for non-nullable UUID values.
Contains a 16-byte UUID in buffer with isSet always 1.
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.arrow.vector.holders.ExtensionHolder
isSet -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
buffer
Buffer containing 16-byte UUID data.
-
-
Constructor Details
-
UuidHolder
public UuidHolder()Constructs a UuidHolder with isSet = 1.
-