| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex |
| Modifier and Type | Method and Description |
|---|---|
BitVector |
NullableBitVector.getValuesVector() |
BitVector |
NullableBitVector.Mutator.getVectorWithValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
BitVector.copyFrom(int inIndex,
int outIndex,
BitVector from) |
void |
NullableBitVector.copyFromSafe(int fromIndex,
int thisIndex,
BitVector from) |
boolean |
BitVector.copyFromSafe(int inIndex,
int outIndex,
BitVector from) |
void |
BitVector.splitAndTransferTo(int startIndex,
int length,
BitVector target) |
void |
BitVector.transferTo(BitVector target) |
| Modifier and Type | Field and Description |
|---|---|
protected BitVector |
NullableMapVector.bits |
Copyright © 2016 The Apache Software Foundation. All rights reserved.