Package | Description |
---|---|
org.apache.drill.exec.util | |
org.apache.drill.exec.vector | |
org.apache.drill.exec.vector.complex.impl | |
org.apache.drill.exec.vector.complex.reader |
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.
|
Modifier and Type | Method and Description |
---|---|
Text |
NullableVarCharVector.Accessor.getObject(int index) |
Text |
VarCharVector.Accessor.getObject(int index) |
Text |
RepeatedVarCharVector.Accessor.getSingleObject(int index,
int arrayIndex) |
Modifier and Type | Method and Description |
---|---|
List<Text> |
RepeatedVarCharVector.Accessor.getObject(int index) |
Modifier and Type | Method and Description |
---|---|
Text |
AbstractFieldReader.readText() |
Text |
VarCharReaderImpl.readText() |
Text |
NullableVarCharReaderImpl.readText() |
Text |
NullReader.readText() |
Text |
UnionReader.readText() |
Text |
VarCharHolderReaderImpl.readText() |
Text |
NullableVarCharHolderReaderImpl.readText() |
Text |
RepeatedVarCharHolderReaderImpl.readText() |
Text |
AbstractFieldReader.readText(int arrayIndex) |
Text |
RepeatedVarCharReaderImpl.readText(int arrayIndex) |
Text |
NullReader.readText(int arrayIndex) |
Text |
RepeatedVarCharHolderReaderImpl.readText(int index) |
Modifier and Type | Method and Description |
---|---|
Text |
VarCharReader.readText() |
Text |
RepeatedVarCharReader.readText(int arrayIndex) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.