Package | Description |
---|---|
org.apache.arrow.vector.complex.impl | |
org.apache.arrow.vector.complex.reader | |
org.apache.arrow.vector.complex.writer |
Modifier and Type | Method and Description |
---|---|
LargeVarCharWriter |
UnionWriter.asLargeVarChar() |
LargeVarCharWriter |
DenseUnionWriter.asLargeVarChar(byte typeId) |
LargeVarCharWriter |
UnionListWriter.largeVarChar() |
LargeVarCharWriter |
UnionLargeListWriter.largeVarChar() |
LargeVarCharWriter |
UnionWriter.largeVarChar() |
LargeVarCharWriter |
DenseUnionWriter.largeVarChar() |
LargeVarCharWriter |
UnionMapWriter.largeVarChar() |
LargeVarCharWriter |
UnionFixedSizeListWriter.largeVarChar() |
LargeVarCharWriter |
UnionListWriter.largeVarChar(String name) |
LargeVarCharWriter |
NullableStructWriter.largeVarChar(String name) |
LargeVarCharWriter |
SingleStructWriter.largeVarChar(String name) |
LargeVarCharWriter |
UnionLargeListWriter.largeVarChar(String name) |
LargeVarCharWriter |
UnionWriter.largeVarChar(String name) |
LargeVarCharWriter |
DenseUnionWriter.largeVarChar(String name) |
LargeVarCharWriter |
UnionFixedSizeListWriter.largeVarChar(String name) |
Modifier and Type | Method and Description |
---|---|
void |
NullReader.copyAsField(String name,
LargeVarCharWriter writer) |
void |
DenseUnionReader.copyAsValue(LargeVarCharWriter writer) |
void |
LargeVarCharReaderImpl.copyAsValue(LargeVarCharWriter writer) |
void |
LargeVarCharHolderReaderImpl.copyAsValue(LargeVarCharWriter writer) |
void |
NullReader.copyAsValue(LargeVarCharWriter writer) |
void |
UnionReader.copyAsValue(LargeVarCharWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
LargeVarCharReader.copyAsField(String name,
LargeVarCharWriter writer) |
void |
LargeVarCharReader.copyAsValue(LargeVarCharWriter writer) |
Modifier and Type | Interface and Description |
---|---|
static interface |
BaseWriter.ScalarWriter |
interface |
FieldWriter
Composite of all writer types.
|
Modifier and Type | Method and Description |
---|---|
LargeVarCharWriter |
BaseWriter.ListWriter.largeVarChar() |
LargeVarCharWriter |
BaseWriter.StructWriter.largeVarChar(String name) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.