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