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