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