Uses of Class
org.apache.arrow.vector.holders.NullableTinyIntHolder
Package
Description
-
Uses of NullableTinyIntHolder in org.apache.arrow.vector
Modifier and TypeMethodDescriptionvoid
TinyIntVector.get
(int index, NullableTinyIntHolder holder) Get the element at the given index from the vector and sets the state in holder.void
TinyIntVector.set
(int index, NullableTinyIntHolder holder) Set the element at the given index to the value set in data holder.void
TinyIntVector.setSafe
(int index, NullableTinyIntHolder holder) Same asTinyIntVector.set(int, NullableTinyIntHolder)
except that it handles the case when index is greater than or equal to existing value capacityBaseFixedWidthVector.getValueCapacity()
. -
Uses of NullableTinyIntHolder in org.apache.arrow.vector.complex
Modifier and TypeMethodDescriptionvoid
DenseUnionVector.setSafe
(int index, NullableTinyIntHolder holder) void
UnionVector.setSafe
(int index, NullableTinyIntHolder holder) -
Uses of NullableTinyIntHolder in org.apache.arrow.vector.complex.impl
Modifier and TypeMethodDescriptionvoid
DenseUnionReader.read
(NullableTinyIntHolder holder) void
NullableTinyIntHolderReaderImpl.read
(NullableTinyIntHolder h) void
NullReader.read
(int arrayIndex, NullableTinyIntHolder holder) void
NullReader.read
(NullableTinyIntHolder holder) void
TinyIntHolderReaderImpl.read
(NullableTinyIntHolder h) void
TinyIntReaderImpl.read
(NullableTinyIntHolder h) void
UnionReader.read
(NullableTinyIntHolder holder) void
TinyIntWriterImpl.write
(NullableTinyIntHolder h) -
Uses of NullableTinyIntHolder in org.apache.arrow.vector.complex.reader
-
Uses of NullableTinyIntHolder in org.apache.arrow.vector.table
Modifier and TypeMethodDescriptionvoid
Row.getTinyInt
(int columnIndex, NullableTinyIntHolder holder) Updates the holder with the value in the column at the given index and current row.void
Row.getTinyInt
(String columnName, NullableTinyIntHolder holder) Updates the holder with the value in the column of the given name at the current row.