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
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
-
UuidHolder
public UuidHolder()Constructs a UuidHolder with isSet = 1.
-
-
Method Details
-
type
- Specified by:
typein classExtensionHolder
-