| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
NullableDateVector.copyFrom(int fromIndex,
int thisIndex,
NullableDateVector from) |
void |
NullableDateVector.copyFromSafe(int fromIndex,
int thisIndex,
NullableDateVector from) |
void |
NullableDateVector.splitAndTransferTo(int startIndex,
int length,
NullableDateVector target) |
void |
NullableDateVector.transferTo(NullableDateVector target) |
| Modifier and Type | Method and Description |
|---|---|
NullableDateVector |
UnionVector.getDateVector() |
| Constructor and Description |
|---|
DateReaderImpl(NullableDateVector vector) |
DateWriterImpl(NullableDateVector vector) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.