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