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