Modifier and Type | Method and Description |
---|---|
void |
SmallIntVector.get(int index,
NullableSmallIntHolder holder)
Get the element at the given index from the vector and
sets the state in holder.
|
void |
SmallIntVector.set(int index,
NullableSmallIntHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
SmallIntVector.setSafe(int index,
NullableSmallIntHolder holder)
Same as
SmallIntVector.set(int, NullableSmallIntHolder) 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,
NullableSmallIntHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableSmallIntHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableSmallIntHolder holder) |
void |
UnionReader.read(NullableSmallIntHolder holder) |
void |
DenseUnionReader.read(NullableSmallIntHolder holder) |
void |
NullableSmallIntHolderReaderImpl.read(NullableSmallIntHolder h) |
void |
NullReader.read(NullableSmallIntHolder holder) |
void |
SmallIntReaderImpl.read(NullableSmallIntHolder h) |
void |
SmallIntHolderReaderImpl.read(NullableSmallIntHolder h) |
void |
SmallIntWriterImpl.write(NullableSmallIntHolder h) |
Constructor and Description |
---|
NullableSmallIntHolderReaderImpl(NullableSmallIntHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
SmallIntReader.read(NullableSmallIntHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
Row.getSmallInt(int columnIndex,
NullableSmallIntHolder holder)
Updates the holder with the value in the column with the given index at the current row.
|
void |
Row.getSmallInt(String columnName,
NullableSmallIntHolder 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.