Uses of Class
org.apache.arrow.vector.UInt8Vector
Packages that use UInt8Vector
-
Uses of UInt8Vector in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex that return UInt8VectorModifier and TypeMethodDescriptionDenseUnionVector.getUInt8Vector(byte typeId) UnionVector.getUInt8Vector()UnionVector.getUInt8Vector(String name) -
Uses of UInt8Vector in org.apache.arrow.vector.complex.impl
Constructors in org.apache.arrow.vector.complex.impl with parameters of type UInt8VectorModifierConstructorDescriptionUInt8ReaderImpl(UInt8Vector vector) UInt8WriterImpl(UInt8Vector vector)