| 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.Accessor.getObject(int index) |
Text |
NullableVarCharVector.Accessor.getObject(int index) |
| Modifier and Type | Method and Description |
|---|---|
Text |
VarCharHolderReaderImpl.readText() |
Text |
NullableVarCharHolderReaderImpl.readText() |
Text |
VarCharReaderImpl.readText() |
Text |
UnionReader.readText() |
Text |
NullReader.readText() |
Text |
NullReader.readText(int arrayIndex) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2017 The Apache Software Foundation. All rights reserved.