Modifier and Type | Method and Description |
---|---|
void |
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 as
TinyIntVector.set(int, NullableTinyIntHolder) 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,
NullableTinyIntHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableTinyIntHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableTinyIntHolder holder) |
void |
UnionReader.read(NullableTinyIntHolder holder) |
void |
DenseUnionReader.read(NullableTinyIntHolder holder) |
void |
TinyIntHolderReaderImpl.read(NullableTinyIntHolder h) |
void |
NullReader.read(NullableTinyIntHolder holder) |
void |
TinyIntReaderImpl.read(NullableTinyIntHolder h) |
void |
NullableTinyIntHolderReaderImpl.read(NullableTinyIntHolder h) |
void |
TinyIntWriterImpl.write(NullableTinyIntHolder h) |
Constructor and Description |
---|
NullableTinyIntHolderReaderImpl(NullableTinyIntHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TinyIntReader.read(NullableTinyIntHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.