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