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 TypeMethodDescriptionvoid
BigIntVector.get
(int index, NullableBigIntHolder holder) Get the element at the given index from the vector and sets the state in holder.void
BigIntVector.set
(int index, NullableBigIntHolder holder) Set the element at the given index to the value set in data holder.void
BigIntVector.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 TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableBigIntHolder holder) void
UnionVector.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 TypeMethodDescriptionvoid
BigIntHolderReaderImpl.read
(NullableBigIntHolder h) void
BigIntReaderImpl.read
(NullableBigIntHolder h) void
DenseUnionReader.read
(NullableBigIntHolder holder) void
NullableBigIntHolderReaderImpl.read
(NullableBigIntHolder h) void
NullReader.read
(int arrayIndex, NullableBigIntHolder holder) void
NullReader.read
(NullableBigIntHolder holder) void
UnionReader.read
(NullableBigIntHolder holder) void
BigIntWriterImpl.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 TypeMethodDescriptionvoid
Row.getBigInt
(int columnIndex, NullableBigIntHolder holder) Updates the holder with the value in the column with the given index at the current row.void
Row.getBigInt
(String columnName, NullableBigIntHolder holder) Updates the holder with the value in the column of the given name at the current row.