| Package | Description |
|---|---|
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl | |
| org.apache.arrow.vector.types |
| Modifier and Type | Method and Description |
|---|---|
FieldWriter |
UnionVector.getWriter() |
| 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 |
|---|---|
protected FieldWriter |
PromotableWriter.getWriter() |
protected FieldWriter |
PromotableWriter.getWriter(Types.MinorType type) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ComplexCopier.copy(FieldReader input,
FieldWriter output)
Do a deep copy of the value in input into output
|
void |
VarCharReaderImpl.copyValue(FieldWriter w) |
void |
VarBinaryReaderImpl.copyValue(FieldWriter w) |
void |
UInt8ReaderImpl.copyValue(FieldWriter w) |
void |
UInt4ReaderImpl.copyValue(FieldWriter w) |
void |
UInt2ReaderImpl.copyValue(FieldWriter w) |
void |
UInt1ReaderImpl.copyValue(FieldWriter w) |
void |
TinyIntReaderImpl.copyValue(FieldWriter w) |
void |
TimeStampReaderImpl.copyValue(FieldWriter w) |
void |
TimeReaderImpl.copyValue(FieldWriter w) |
void |
SmallIntReaderImpl.copyValue(FieldWriter w) |
void |
IntReaderImpl.copyValue(FieldWriter w) |
void |
IntervalYearReaderImpl.copyValue(FieldWriter w) |
void |
IntervalDayReaderImpl.copyValue(FieldWriter w) |
void |
Float8ReaderImpl.copyValue(FieldWriter w) |
void |
Float4ReaderImpl.copyValue(FieldWriter w) |
void |
DecimalReaderImpl.copyValue(FieldWriter w) |
void |
DateReaderImpl.copyValue(FieldWriter w) |
void |
BitReaderImpl.copyValue(FieldWriter w) |
void |
BigIntReaderImpl.copyValue(FieldWriter w) |
| Modifier and Type | Method and Description |
|---|---|
abstract FieldWriter |
Types.MinorType.getNewFieldWriter(ValueVector vector) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.