| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl | |
| org.apache.arrow.vector.complex.reader |
| 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 |
UnionReader.read(NullableBigIntHolder holder) |
void |
BigIntHolderReaderImpl.read(NullableBigIntHolder h) |
void |
NullReader.read(NullableBigIntHolder holder) |
void |
NullableBigIntHolderReaderImpl.read(NullableBigIntHolder h) |
void |
BigIntReaderImpl.read(NullableBigIntHolder h) |
void |
DenseUnionReader.read(NullableBigIntHolder holder) |
void |
BigIntWriterImpl.write(NullableBigIntHolder h) |
| Constructor and Description |
|---|
NullableBigIntHolderReaderImpl(NullableBigIntHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
BigIntReader.read(NullableBigIntHolder h) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.