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 |
SmallIntVector.set(int index,
SmallIntHolder holder)
Set the element at the given index to the value set in data holder.
|
void |
SmallIntVector.setSafe(int index,
SmallIntHolder holder)
Same as
SmallIntVector.set(int, SmallIntHolder) 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,
SmallIntHolder holder) |
void |
NullableSmallIntHolderReaderImpl.read(SmallIntHolder h) |
void |
NullReader.read(SmallIntHolder holder) |
void |
SmallIntHolderReaderImpl.read(SmallIntHolder h) |
void |
SmallIntWriterImpl.write(SmallIntHolder h) |
void |
UnionLargeListWriter.write(SmallIntHolder holder) |
void |
UnionWriter.write(SmallIntHolder holder) |
void |
UnionFixedSizeListWriter.write(SmallIntHolder holder) |
void |
UnionListWriter.write(SmallIntHolder holder) |
void |
DenseUnionWriter.write(SmallIntHolder holder) |
Constructor and Description |
---|
SmallIntHolderReaderImpl(SmallIntHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
SmallIntReader.read(SmallIntHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
SmallIntWriter.write(SmallIntHolder h) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.