| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
NullableBigIntVector.copyFrom(int fromIndex,
int thisIndex,
NullableBigIntVector from) |
void |
NullableBigIntVector.copyFromSafe(int fromIndex,
int thisIndex,
NullableBigIntVector from) |
void |
NullableBigIntVector.splitAndTransferTo(int startIndex,
int length,
NullableBigIntVector target) |
void |
NullableBigIntVector.transferTo(NullableBigIntVector target) |
| Modifier and Type | Method and Description |
|---|---|
NullableBigIntVector |
UnionVector.getBigIntVector() |
| Constructor and Description |
|---|
BigIntReaderImpl(NullableBigIntVector vector) |
BigIntWriterImpl(NullableBigIntVector vector) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.