| Package | Description |
|---|---|
| org.apache.arrow.vector | |
| org.apache.arrow.vector.complex.impl | |
| org.apache.arrow.vector.complex.reader | |
| org.apache.arrow.vector.complex.writer |
| Modifier and Type | Method and Description |
|---|---|
void |
BitVector.Accessor.get(int index,
BitHolder holder) |
void |
NullableBitVector.Mutator.set(int index,
BitHolder holder) |
void |
BitVector.Mutator.set(int index,
BitHolder holder) |
void |
NullableBitVector.Mutator.setSafe(int index,
BitHolder value) |
void |
BitVector.Mutator.setSafe(int index,
BitHolder holder) |
void |
NullableBitVector.Mutator.setSkipNull(int index,
BitHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullableBitHolderReaderImpl.read(BitHolder h) |
void |
BitHolderReaderImpl.read(BitHolder h) |
void |
NullReader.read(BitHolder holder) |
void |
NullReader.read(int arrayIndex,
BitHolder holder) |
void |
UnionWriter.write(BitHolder holder) |
void |
UnionListWriter.write(BitHolder holder) |
void |
BitWriterImpl.write(BitHolder h) |
| Constructor and Description |
|---|
BitHolderReaderImpl(BitHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
BitReader.read(BitHolder h) |
| Modifier and Type | Method and Description |
|---|---|
void |
BitWriter.write(BitHolder h) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.