Package | Description |
---|---|
org.apache.arrow.vector | |
org.apache.arrow.vector.complex | |
org.apache.arrow.vector.complex.impl | |
org.apache.arrow.vector.complex.reader |
Modifier and Type | Method and Description |
---|---|
void |
LargeVarBinaryVector.get(int index,
NullableLargeVarBinaryHolder holder)
Get the variable length element at specified index and sets the state
in provided holder.
|
void |
LargeVarBinaryVector.set(int index,
NullableLargeVarBinaryHolder holder)
Set the variable length element at the specified index to the data
buffer supplied in the holder.
|
void |
LargeVarBinaryVector.setSafe(int index,
NullableLargeVarBinaryHolder holder)
Same as
LargeVarBinaryVector.set(int, NullableLargeVarBinaryHolder) 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 |
UnionVector.setSafe(int index,
NullableLargeVarBinaryHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableLargeVarBinaryHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableLargeVarBinaryHolder holder) |
void |
UnionReader.read(NullableLargeVarBinaryHolder holder) |
void |
DenseUnionReader.read(NullableLargeVarBinaryHolder holder) |
void |
NullableLargeVarBinaryHolderReaderImpl.read(NullableLargeVarBinaryHolder h) |
void |
NullReader.read(NullableLargeVarBinaryHolder holder) |
void |
LargeVarBinaryReaderImpl.read(NullableLargeVarBinaryHolder h) |
void |
LargeVarBinaryHolderReaderImpl.read(NullableLargeVarBinaryHolder h) |
void |
LargeVarBinaryWriterImpl.write(NullableLargeVarBinaryHolder h) |
Constructor and Description |
---|
NullableLargeVarBinaryHolderReaderImpl(NullableLargeVarBinaryHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
LargeVarBinaryReader.read(NullableLargeVarBinaryHolder h) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.