Modifier and Type | Method and Description |
---|---|
void |
IntVector.get(int index,
NullableIntHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
IntVector.set(int index,
NullableIntHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
IntVector.setSafe(int index,
NullableIntHolder holder)
Same as
IntVector.set(int, NullableIntHolder) except that it handles the
case when index is greater than or equal to existing
value capacity BaseFixedWidthVector.getValueCapacity() . |
Modifier and Type | Method and Description |
---|---|
void |
UnionVector.setSafe(int index,
NullableIntHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableIntHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableIntHolder holder) |
void |
IntHolderReaderImpl.read(NullableIntHolder h) |
void |
IntReaderImpl.read(NullableIntHolder h) |
void |
UnionReader.read(NullableIntHolder holder) |
void |
DenseUnionReader.read(NullableIntHolder holder) |
void |
NullReader.read(NullableIntHolder holder) |
void |
NullableIntHolderReaderImpl.read(NullableIntHolder h) |
void |
IntWriterImpl.write(NullableIntHolder h) |
Constructor and Description |
---|
NullableIntHolderReaderImpl(NullableIntHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
IntReader.read(NullableIntHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getInt(int columnIndex,
NullableIntHolder holder)
Updates the holder with the value in the column with the given index at the current row.
|
void |
Row.getInt(String columnName,
NullableIntHolder holder)
Updates the holder with the value in the column of the given name at the current row.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.