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 |
LargeVarBinaryVector.set(int index,
LargeVarBinaryHolder holder)
Set the variable length element at the specified index to the data
buffer supplied in the holder.
|
void |
LargeVarBinaryVector.setSafe(int index,
LargeVarBinaryHolder holder)
Same as
LargeVarBinaryVector.set(int, LargeVarBinaryHolder) 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,
LargeVarBinaryHolder holder) |
void |
NullableLargeVarBinaryHolderReaderImpl.read(LargeVarBinaryHolder h) |
void |
NullReader.read(LargeVarBinaryHolder holder) |
void |
LargeVarBinaryHolderReaderImpl.read(LargeVarBinaryHolder h) |
void |
UnionLargeListWriter.write(LargeVarBinaryHolder holder) |
void |
UnionWriter.write(LargeVarBinaryHolder holder) |
void |
UnionFixedSizeListWriter.write(LargeVarBinaryHolder holder) |
void |
LargeVarBinaryWriterImpl.write(LargeVarBinaryHolder h) |
void |
UnionListWriter.write(LargeVarBinaryHolder holder) |
void |
DenseUnionWriter.write(LargeVarBinaryHolder holder) |
Constructor and Description |
---|
LargeVarBinaryHolderReaderImpl(LargeVarBinaryHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
LargeVarBinaryReader.read(LargeVarBinaryHolder h) |
Modifier and Type | Method and Description |
---|---|
void |
LargeVarBinaryWriter.write(LargeVarBinaryHolder h) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.