| Package | Description |
|---|---|
| org.apache.arrow.vector |
| Modifier and Type | Method and Description |
|---|---|
BigIntVector |
NullableBigIntVector.getValuesVector() |
BigIntVector |
NullableBigIntVector.Mutator.getVectorWithValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
BigIntVector.copyFrom(int fromIndex,
int thisIndex,
BigIntVector from) |
void |
NullableBigIntVector.copyFromSafe(int fromIndex,
int thisIndex,
BigIntVector from) |
void |
BigIntVector.copyFromSafe(int fromIndex,
int thisIndex,
BigIntVector from) |
void |
BigIntVector.splitAndTransferTo(int startIndex,
int length,
BigIntVector target) |
void |
BigIntVector.transferTo(BigIntVector target) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.