Uses of Class
org.apache.arrow.vector.holders.NullableUInt2Holder
Packages that use NullableUInt2Holder
Package
Description
-
Uses of NullableUInt2Holder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableUInt2HolderModifier and TypeMethodDescriptionvoidUInt2Vector.get(int index, NullableUInt2Holder holder) Get the element at the given index from the vector and sets the state in holder.voidUInt2Vector.set(int index, NullableUInt2Holder holder) Set the element at the given index to the value set in data holder.voidUInt2Vector.setSafe(int index, NullableUInt2Holder holder) Same asUInt2Vector.set(int, NullableUInt2Holder)except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity(). -
Uses of NullableUInt2Holder in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex with parameters of type NullableUInt2HolderModifier and TypeMethodDescriptionvoidDenseUnionVector.setSafe(int index, NullableUInt2Holder holder) voidUnionVector.setSafe(int index, NullableUInt2Holder holder) -
Uses of NullableUInt2Holder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableUInt2HolderModifier and TypeMethodDescriptionvoidDenseUnionReader.read(NullableUInt2Holder holder) voidNullableUInt2HolderReaderImpl.read(NullableUInt2Holder h) voidNullReader.read(int arrayIndex, NullableUInt2Holder holder) voidNullReader.read(NullableUInt2Holder holder) voidUInt2HolderReaderImpl.read(NullableUInt2Holder h) voidUInt2ReaderImpl.read(NullableUInt2Holder h) voidUnionReader.read(NullableUInt2Holder holder) voidUInt2WriterImpl.write(NullableUInt2Holder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableUInt2Holder -
Uses of NullableUInt2Holder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableUInt2Holder -
Uses of NullableUInt2Holder in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table with parameters of type NullableUInt2HolderModifier and TypeMethodDescriptionvoidRow.getUInt2(int columnIndex, NullableUInt2Holder holder) Updates the holder with the value in the column with the given index at the current row.voidRow.getUInt2(String columnName, NullableUInt2Holder holder) Updates the holder with the value in the column of the given name at the current row.