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 |
TinyIntVector.set(int index,
TinyIntHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
TinyIntVector.setSafe(int index,
TinyIntHolder holder)
Same as
TinyIntVector.set(int, TinyIntHolder) except that it handles the
case when index is greater than or equal to existing
value capacity BaseFixedWidthVector.getValueCapacity() . |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
TinyIntHolder holder) |
void |
TinyIntHolderReaderImpl.read(TinyIntHolder h) |
void |
NullReader.read(TinyIntHolder holder) |
void |
NullableTinyIntHolderReaderImpl.read(TinyIntHolder h) |
void |
DenseUnionWriter.write(TinyIntHolder holder) |
void |
TinyIntWriterImpl.write(TinyIntHolder h) |
void |
UnionListWriter.write(TinyIntHolder holder) |
void |
UnionFixedSizeListWriter.write(TinyIntHolder holder) |
void |
UnionWriter.write(TinyIntHolder holder) |
void |
UnionLargeListWriter.write(TinyIntHolder holder) |
Constructor and Description |
---|
TinyIntHolderReaderImpl(TinyIntHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
TinyIntReader.read(TinyIntHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
TinyIntWriter.write(TinyIntHolder h) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.