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 |
VarBinaryVector.set(int index,
VarBinaryHolder holder)
Set the variable length element at the specified index to the data
buffer supplied in the holder.
|
void |
VarBinaryVector.setSafe(int index,
VarBinaryHolder holder)
Same as
VarBinaryVector.set(int, VarBinaryHolder) 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(int arrayIndex,
VarBinaryHolder holder) |
void |
VarBinaryHolderReaderImpl.read(VarBinaryHolder h) |
void |
NullReader.read(VarBinaryHolder holder) |
void |
NullableVarBinaryHolderReaderImpl.read(VarBinaryHolder h) |
void |
VarBinaryWriterImpl.write(VarBinaryHolder h) |
void |
UnionLargeListWriter.write(VarBinaryHolder holder) |
void |
UnionWriter.write(VarBinaryHolder holder) |
void |
UnionFixedSizeListWriter.write(VarBinaryHolder holder) |
void |
UnionListWriter.write(VarBinaryHolder holder) |
void |
DenseUnionWriter.write(VarBinaryHolder holder) |
Constructor and Description |
---|
VarBinaryHolderReaderImpl(VarBinaryHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
VarBinaryReader.read(VarBinaryHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
VarBinaryWriter.write(VarBinaryHolder h) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.