Uses of Class
org.apache.arrow.vector.holders.NullableBigIntHolder
Packages that use NullableBigIntHolder
Package
Description
-
Uses of NullableBigIntHolder in org.apache.arrow.vector
Methods in org.apache.arrow.vector with parameters of type NullableBigIntHolderModifier and TypeMethodDescriptionvoidBigIntVector.get(int index, NullableBigIntHolder holder) Get the element at the given index from the vector and sets the state in holder.voidBigIntVector.set(int index, NullableBigIntHolder holder) Set the element at the given index to the value set in data holder.voidBigIntVector.setSafe(int index, NullableBigIntHolder holder) Same asBigIntVector.set(int, NullableBigIntHolder)except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity(). -
Uses of NullableBigIntHolder in org.apache.arrow.vector.complex
Methods in org.apache.arrow.vector.complex with parameters of type NullableBigIntHolderModifier and TypeMethodDescriptionvoidDenseUnionVector.setSafe(int index, NullableBigIntHolder holder) voidUnionVector.setSafe(int index, NullableBigIntHolder holder) -
Uses of NullableBigIntHolder in org.apache.arrow.vector.complex.impl
Methods in org.apache.arrow.vector.complex.impl with parameters of type NullableBigIntHolderModifier and TypeMethodDescriptionvoidBigIntHolderReaderImpl.read(NullableBigIntHolder h) voidBigIntReaderImpl.read(NullableBigIntHolder h) voidDenseUnionReader.read(NullableBigIntHolder holder) voidNullableBigIntHolderReaderImpl.read(NullableBigIntHolder h) voidNullReader.read(int arrayIndex, NullableBigIntHolder holder) voidNullReader.read(NullableBigIntHolder holder) voidUnionReader.read(NullableBigIntHolder holder) voidBigIntWriterImpl.write(NullableBigIntHolder h) Constructors in org.apache.arrow.vector.complex.impl with parameters of type NullableBigIntHolder -
Uses of NullableBigIntHolder in org.apache.arrow.vector.complex.reader
Methods in org.apache.arrow.vector.complex.reader with parameters of type NullableBigIntHolder -
Uses of NullableBigIntHolder in org.apache.arrow.vector.table
Methods in org.apache.arrow.vector.table with parameters of type NullableBigIntHolderModifier and TypeMethodDescriptionvoidRow.getBigInt(int columnIndex, NullableBigIntHolder holder) Updates the holder with the value in the column with the given index at the current row.voidRow.getBigInt(String columnName, NullableBigIntHolder holder) Updates the holder with the value in the column of the given name at the current row.