Uses of Class
org.apache.arrow.vector.UuidVector
Packages that use UuidVector
-
Uses of UuidVector in org.apache.arrow.vector
Methods in org.apache.arrow.vector that return UuidVectorModifier and TypeMethodDescriptionUuidVector.TransferImpl.getTo()Gets the target vector of this transfer pair.Constructors in org.apache.arrow.vector with parameters of type UuidVectorModifierConstructorDescriptionConstructs a transfer pair with the given target vector. -
Uses of UuidVector in org.apache.arrow.vector.complex.impl
Constructors in org.apache.arrow.vector.complex.impl with parameters of type UuidVectorModifierConstructorDescriptionUuidReaderImpl(UuidVector vector) Constructs a reader for the given UUID vector.UuidWriterImpl(UuidVector vector) Constructs a writer for the given UUID vector.