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