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