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