| 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 |
BigIntVector.Accessor.get(int index,
BigIntHolder holder) |
void |
NullableBigIntVector.Mutator.set(int index,
BigIntHolder holder) |
protected void |
BigIntVector.Mutator.set(int index,
BigIntHolder holder) |
void |
NullableBigIntVector.Mutator.setSafe(int index,
BigIntHolder value) |
void |
BigIntVector.Mutator.setSafe(int index,
BigIntHolder holder) |
void |
NullableBigIntVector.Mutator.setSkipNull(int index,
BigIntHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.read(BigIntHolder holder) |
void |
NullableBigIntHolderReaderImpl.read(BigIntHolder h) |
void |
BigIntHolderReaderImpl.read(BigIntHolder h) |
void |
NullReader.read(int arrayIndex,
BigIntHolder holder) |
void |
UnionWriter.write(BigIntHolder holder) |
void |
BigIntWriterImpl.write(BigIntHolder h) |
| Constructor and Description |
|---|
BigIntHolderReaderImpl(BigIntHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
BigIntReader.read(BigIntHolder h) |
| Modifier and Type | Method and Description |
|---|---|
void |
BigIntWriter.write(BigIntHolder h) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.