Package | Description |
---|---|
org.apache.arrow.vector | |
org.apache.arrow.vector.complex.impl | |
org.apache.arrow.vector.complex.reader | |
org.apache.arrow.vector.complex.writer |
Modifier and Type | Method and Description |
---|---|
void |
BigIntVector.set(int index,
BigIntHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
BigIntVector.setSafe(int index,
BigIntHolder holder)
Same as
BigIntVector.set(int, BigIntHolder) 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 |
BigIntHolderReaderImpl.read(BigIntHolder h) |
void |
NullReader.read(BigIntHolder holder) |
void |
NullableBigIntHolderReaderImpl.read(BigIntHolder h) |
void |
NullReader.read(int arrayIndex,
BigIntHolder holder) |
void |
BigIntWriterImpl.write(BigIntHolder h) |
void |
UnionLargeListWriter.write(BigIntHolder holder) |
void |
UnionWriter.write(BigIntHolder holder) |
void |
UnionFixedSizeListWriter.write(BigIntHolder holder) |
void |
UnionListWriter.write(BigIntHolder holder) |
void |
DenseUnionWriter.write(BigIntHolder holder) |
Constructor and Description |
---|
BigIntHolderReaderImpl(BigIntHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
BigIntReader.read(BigIntHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
BigIntWriter.write(BigIntHolder h) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.