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 |
VarBinaryVector.get(int index,
NullableVarBinaryHolder holder)
Get the variable length element at specified index and sets the state
in provided holder.
|
void |
VarBinaryVector.set(int index,
NullableVarBinaryHolder holder)
Set the variable length element at the specified index to the data
buffer supplied in the holder.
|
void |
VarBinaryVector.setSafe(int index,
NullableVarBinaryHolder holder)
Same as
VarBinaryVector.set(int, NullableVarBinaryHolder) 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,
NullableVarBinaryHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableVarBinaryHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableVarBinaryHolder holder) |
void |
VarBinaryReaderImpl.read(NullableVarBinaryHolder h) |
void |
VarBinaryHolderReaderImpl.read(NullableVarBinaryHolder h) |
void |
UnionReader.read(NullableVarBinaryHolder holder) |
void |
DenseUnionReader.read(NullableVarBinaryHolder holder) |
void |
NullReader.read(NullableVarBinaryHolder holder) |
void |
NullableVarBinaryHolderReaderImpl.read(NullableVarBinaryHolder h) |
void |
VarBinaryWriterImpl.write(NullableVarBinaryHolder h) |
Constructor and Description |
---|
NullableVarBinaryHolderReaderImpl(NullableVarBinaryHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
VarBinaryReader.read(NullableVarBinaryHolder h) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.