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