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
FieldsModifier and TypeFieldDescriptionBuffer containing 16-byte UUID data.intOffset in the buffer where the UUID data starts.Fields inherited from class org.apache.arrow.vector.holders.ExtensionHolder
isSet -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
buffer
Buffer containing 16-byte UUID data. -
start
public int startOffset in the buffer where the UUID data starts.
-
-
Constructor Details
-
NullableUuidHolder
public NullableUuidHolder()
-
-
Method Details
-
type
- Specified by:
typein classExtensionHolder
-