Uses of Class
org.apache.arrow.vector.UInt2Vector
Packages that use UInt2Vector
Package
Description
-
Uses of UInt2Vector in org.apache.arrow.algorithm.sort
Methods in org.apache.arrow.algorithm.sort that return types with arguments of type UInt2Vector -
Uses of UInt2Vector in org.apache.arrow.driver.jdbc.accessor.impl.numeric
Constructors in org.apache.arrow.driver.jdbc.accessor.impl.numeric with parameters of type UInt2VectorModifierConstructorDescriptionArrowFlightJdbcBaseIntVectorAccessor
(UInt2Vector vector, IntSupplier currentRowSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) -
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)