Uses of Class
org.apache.arrow.vector.holders.UuidHolder
Packages that use UuidHolder
-
Uses of UuidHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type UuidHolderModifier and TypeMethodDescriptionvoidUuidVector.set(int index, UuidHolder holder) Sets the UUID value at the given index from a UuidHolder.voidUuidVector.setSafe(int index, UuidHolder holder) Sets the UUID value at the given index from a UuidHolder, expanding capacity if needed.