Modifier and Type | Method and Description |
---|---|
void |
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 as
BigIntVector.set(int, NullableBigIntHolder) 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,
NullableBigIntHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableBigIntHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableBigIntHolder holder) |
void |
BigIntHolderReaderImpl.read(NullableBigIntHolder h) |
void |
BigIntReaderImpl.read(NullableBigIntHolder h) |
void |
UnionReader.read(NullableBigIntHolder holder) |
void |
DenseUnionReader.read(NullableBigIntHolder holder) |
void |
NullReader.read(NullableBigIntHolder holder) |
void |
NullableBigIntHolderReaderImpl.read(NullableBigIntHolder h) |
void |
BigIntWriterImpl.write(NullableBigIntHolder h) |
Constructor and Description |
---|
NullableBigIntHolderReaderImpl(NullableBigIntHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
BigIntReader.read(NullableBigIntHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.