| Package | Description |
|---|---|
| org.apache.arrow.vector.complex.impl | |
| org.apache.arrow.vector.complex.reader | |
| org.apache.arrow.vector.complex.writer |
| Modifier and Type | Class and Description |
|---|---|
class |
BigIntWriterImpl |
class |
BitWriterImpl |
class |
ComplexWriterImpl |
class |
DateWriterImpl |
class |
DecimalWriterImpl |
class |
Float4WriterImpl |
class |
Float8WriterImpl |
class |
IntervalDayWriterImpl |
class |
IntervalYearWriterImpl |
class |
IntWriterImpl |
class |
NullableMapWriter |
class |
PromotableWriter
This FieldWriter implementation delegates all FieldWriter API calls to an inner FieldWriter.
|
class |
SingleMapWriter |
class |
SmallIntWriterImpl |
class |
TimeStampWriterImpl |
class |
TimeWriterImpl |
class |
TinyIntWriterImpl |
class |
UInt1WriterImpl |
class |
UInt2WriterImpl |
class |
UInt4WriterImpl |
class |
UInt8WriterImpl |
class |
UnionListWriter |
class |
UnionWriter |
class |
VarBinaryWriterImpl |
class |
VarCharWriterImpl |
| Modifier and Type | Method and Description |
|---|---|
UInt1Writer |
UnionWriter.asUInt1() |
UInt1Writer |
UnionWriter.uInt1() |
UInt1Writer |
UnionListWriter.uInt1() |
UInt1Writer |
UnionWriter.uInt1(String name) |
UInt1Writer |
UnionListWriter.uInt1(String name) |
UInt1Writer |
SingleMapWriter.uInt1(String name) |
UInt1Writer |
NullableMapWriter.uInt1(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.copyAsField(String name,
UInt1Writer writer) |
void |
UnionReader.copyAsValue(UInt1Writer writer) |
void |
UInt1ReaderImpl.copyAsValue(UInt1Writer writer) |
void |
UInt1HolderReaderImpl.copyAsValue(UInt1Writer writer) |
void |
NullReader.copyAsValue(UInt1Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
UInt1Reader.copyAsField(String name,
UInt1Writer writer) |
void |
UInt1Reader.copyAsValue(UInt1Writer writer) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BaseWriter.ScalarWriter |
interface |
FieldWriter |
| Modifier and Type | Method and Description |
|---|---|
UInt1Writer |
BaseWriter.ListWriter.uInt1() |
UInt1Writer |
BaseWriter.MapWriter.uInt1(String name) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.