| Package | Description |
|---|---|
| org.apache.arrow.vector |
| Modifier and Type | Class and Description |
|---|---|
class |
TimeStampMicroTZVector
TimeStampMicroTZVector implements a fixed width vector (8 bytes) of
timestamp (microsecond resolution) values which could be null.
|
class |
TimeStampMicroVector
TimeStampMicroVector implements a fixed width vector (8 bytes) of
timestamp (microsecond resolution) values which could be null.
|
class |
TimeStampMilliTZVector
TimeStampMilliTZVector implements a fixed width vector (8 bytes) of
timestamp (millisecond resolution) values which could be null.
|
class |
TimeStampMilliVector
TimeStampMilliVector implements a fixed width vector (8 bytes) of
timestamp (millisecond resolution) values which could be null.
|
class |
TimeStampNanoTZVector
TimeStampNanoTZVector implements a fixed width vector (8 bytes) of
timestamp (nanosecond resolution) values which could be null.
|
class |
TimeStampNanoVector
TimeStampNanoVector implements a fixed width vector (8 bytes) of
timestamp (nanosecond resolution) values which could be null.
|
class |
TimeStampSecTZVector
TimeStampSecTZVector implements a fixed width vector (8 bytes) of
timestamp (seconds resolution) values which could be null.
|
class |
TimeStampSecVector
TimeStampSecVector implements a fixed width vector (8 bytes) of
timestamp (seconds resolution) values which could be null.
|
| Modifier and Type | Method and Description |
|---|---|
TimeStampVector |
TimeStampVector.TransferImpl.getTo() |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeStampVector.copyFrom(int fromIndex,
int thisIndex,
TimeStampVector from)
Copy a cell value from a particular index in source vector to a particular
position in this vector
|
void |
TimeStampVector.copyFromSafe(int fromIndex,
int thisIndex,
TimeStampVector from)
Same as
copyFromSafe(int, int, TimeStampVector) except that
it handles the case when the capacity of the vector needs to be expanded
before copy. |
| Constructor and Description |
|---|
TransferImpl(TimeStampVector to) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.