Package | Description |
---|---|
org.apache.arrow.vector | |
org.apache.arrow.vector.complex.impl | |
org.apache.arrow.vector.complex.reader | |
org.apache.arrow.vector.util |
Modifier and Type | Method and Description |
---|---|
Text |
VarCharVector.getObject(int index)
Get the variable length element at specified index as Text.
|
Text |
LargeVarCharVector.getObject(int index)
Get the variable length element at specified index as Text.
|
Modifier and Type | Method and Description |
---|---|
void |
VarCharVector.set(int index,
Text text)
Set the variable length element at the specified index to the
content in supplied Text.
|
void |
LargeVarCharVector.set(int index,
Text text)
Set the variable length element at the specified index to the
content in supplied Text.
|
void |
VarCharVector.setSafe(int index,
Text text)
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. |
void |
LargeVarCharVector.setSafe(int index,
Text text)
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 |
---|---|
Text |
DenseUnionReader.readText() |
Text |
NullableLargeVarCharHolderReaderImpl.readText() |
Text |
NullableVarCharHolderReaderImpl.readText() |
Text |
VarCharReaderImpl.readText() |
Text |
LargeVarCharReaderImpl.readText() |
Text |
LargeVarCharHolderReaderImpl.readText() |
Text |
NullReader.readText() |
Text |
VarCharHolderReaderImpl.readText() |
Text |
UnionReader.readText() |
Text |
NullReader.readText(int arrayIndex) |
Modifier and Type | Method and Description |
---|---|
void |
VarCharWriterImpl.writeVarChar(Text value) |
Modifier and Type | Method and Description |
---|---|
Text |
LargeVarCharReader.readText() |
Text |
VarCharReader.readText() |
Modifier and Type | Method and Description |
---|---|
void |
Text.TextSerializer.serialize(Text text,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
void |
Text.set(Text other)
copy a text.
|
Constructor and Description |
---|
Text(Text utf8)
Construct from another text.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.