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