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