| 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 |
FixedSizeBinaryVector.set(int index,
FixedSizeBinaryHolder holder)
Set the variable length element at the specified index to the data
buffer supplied in the holder.
|
void |
FixedSizeBinaryVector.setSafe(int index,
FixedSizeBinaryHolder holder)
Same as
FixedSizeBinaryVector.set(int, FixedSizeBinaryHolder) except that it handles the
case where index and length of new element are beyond the existing
capacity of the vector. |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.read(FixedSizeBinaryHolder holder) |
void |
NullableFixedSizeBinaryHolderReaderImpl.read(FixedSizeBinaryHolder h) |
void |
FixedSizeBinaryHolderReaderImpl.read(FixedSizeBinaryHolder h) |
void |
NullReader.read(int arrayIndex,
FixedSizeBinaryHolder holder) |
void |
FixedSizeBinaryWriterImpl.write(FixedSizeBinaryHolder h) |
| Constructor and Description |
|---|
FixedSizeBinaryHolderReaderImpl(FixedSizeBinaryHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
FixedSizeBinaryReader.read(FixedSizeBinaryHolder h) |
| Modifier and Type | Method and Description |
|---|---|
void |
FixedSizeBinaryWriter.write(FixedSizeBinaryHolder h) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.