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