java.lang.Object
org.apache.arrow.vector.holders.ExtensionHolder
org.apache.arrow.vector.holders.NullableUuidHolder
- All Implemented Interfaces:
ValueHolder
Value holder for nullable UUID values.
The isSet field controls nullability: when isSet = 1, the holder contains a
valid UUID in buffer; when isSet = 0, the holder represents a null value and
buffer should not be accessed.
- 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
-
NullableUuidHolder
public NullableUuidHolder()
-