Uses of Class
org.apache.arrow.vector.holders.NullableUuidHolder
Packages that use NullableUuidHolder
-
Uses of NullableUuidHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableUuidHolderModifier and TypeMethodDescriptionvoidUuidVector.get(int index, NullableUuidHolder holder) Reads the UUID value at the given index into a NullableUuidHolder.voidUuidVector.set(int index, NullableUuidHolder holder) Sets the UUID value at the given index from a NullableUuidHolder.voidUuidVector.setSafe(int index, NullableUuidHolder holder) Sets the UUID value at the given index from a NullableUuidHolder, expanding capacity if needed. -
Uses of NullableUuidHolder in org.apache.arrow.vector.complex.impl
Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableUuidHolderModifierConstructorDescriptionConstructs a reader for the given UUID holder.