| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
DecimalVector.copyFrom(int fromIndex,
int thisIndex,
DecimalVector from)
Copy a cell value from a particular index in source vector to a particular
position in this vector
|
void |
DecimalVector.copyFromSafe(int fromIndex,
int thisIndex,
DecimalVector from)
Same as
copyFrom(int, int, DecimalVector) except that
it handles the case when the capacity of the vector needs to be expanded
before copy. |
| Constructor and Description |
|---|
DecimalReaderImpl(DecimalVector vector) |
DecimalWriterImpl(DecimalVector vector) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.