Modifier and Type | Method and Description |
---|---|
static NullableVarCharHolder |
SqlInfoBuilder.getHolderForUtf8(String string,
ArrowBuf buf)
|
Modifier and Type | Method and Description |
---|---|
void |
VarCharVector.get(int index,
NullableVarCharHolder holder)
Get the variable length element at specified index and sets the state
in provided holder.
|
void |
VarCharVector.set(int index,
NullableVarCharHolder holder)
Set the variable length element at the specified index to the data
buffer supplied in the holder.
|
void |
VarCharVector.setSafe(int index,
NullableVarCharHolder holder)
Same as
VarCharVector.set(int, NullableVarCharHolder) 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,
NullableVarCharHolder holder) |
void |
DenseUnionVector.setSafe(int index,
NullableVarCharHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.read(int arrayIndex,
NullableVarCharHolder holder) |
void |
VarCharReaderImpl.read(NullableVarCharHolder h) |
void |
UnionReader.read(NullableVarCharHolder holder) |
void |
DenseUnionReader.read(NullableVarCharHolder holder) |
void |
VarCharHolderReaderImpl.read(NullableVarCharHolder h) |
void |
NullReader.read(NullableVarCharHolder holder) |
void |
NullableVarCharHolderReaderImpl.read(NullableVarCharHolder h) |
void |
VarCharWriterImpl.write(NullableVarCharHolder h) |
Constructor and Description |
---|
NullableVarCharHolderReaderImpl(NullableVarCharHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
VarCharReader.read(NullableVarCharHolder h) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.