Uses of Class
org.apache.arrow.vector.UInt1Vector
Packages that use UInt1Vector
Package
Description
-
Uses of UInt1Vector in org.apache.arrow.algorithm.sort
Methods in org.apache.arrow.algorithm.sort that return types with arguments of type UInt1Vector -
Uses of UInt1Vector in org.apache.arrow.driver.jdbc.accessor.impl.numeric
Constructors in org.apache.arrow.driver.jdbc.accessor.impl.numeric with parameters of type UInt1VectorModifierConstructorDescriptionArrowFlightJdbcBaseIntVectorAccessor
(UInt1Vector vector, IntSupplier currentRowSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer setCursorWasNull) -
Uses of UInt1Vector in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex that return UInt1VectorModifier and TypeMethodDescriptionDenseUnionVector.getUInt1Vector
(byte typeId) UnionVector.getUInt1Vector()
UnionVector.getUInt1Vector
(String name) -
Uses of UInt1Vector in org.apache.arrow.vector.complex.impl
Constructors in org.apache.arrow.vector.complex.impl with parameters of type UInt1VectorModifierConstructorDescriptionUInt1ReaderImpl
(UInt1Vector vector) UInt1WriterImpl
(UInt1Vector vector)