Uses of Class
org.apache.arrow.vector.UInt2Vector
Packages that use UInt2Vector
-
Uses of UInt2Vector in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex that return UInt2VectorModifier and TypeMethodDescriptionDenseUnionVector.getUInt2Vector(byte typeId) UnionVector.getUInt2Vector()UnionVector.getUInt2Vector(String name) -
Uses of UInt2Vector in org.apache.arrow.vector.complex.impl
Constructors in org.apache.arrow.vector.complex.impl with parameters of type UInt2VectorModifierConstructorDescriptionUInt2ReaderImpl(UInt2Vector vector) UInt2WriterImpl(UInt2Vector vector)