| 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 |
|---|---|
SmallIntWriter |
UnionWriter.asSmallInt() |
SmallIntWriter |
UnionWriter.smallInt() |
SmallIntWriter |
UnionListWriter.smallInt() |
SmallIntWriter |
UnionWriter.smallInt(String name) |
SmallIntWriter |
UnionListWriter.smallInt(String name) |
SmallIntWriter |
SingleMapWriter.smallInt(String name) |
SmallIntWriter |
NullableMapWriter.smallInt(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
NullReader.copyAsField(String name,
SmallIntWriter writer) |
void |
UnionReader.copyAsValue(SmallIntWriter writer) |
void |
SmallIntReaderImpl.copyAsValue(SmallIntWriter writer) |
void |
SmallIntHolderReaderImpl.copyAsValue(SmallIntWriter writer) |
void |
NullReader.copyAsValue(SmallIntWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
SmallIntReader.copyAsField(String name,
SmallIntWriter writer) |
void |
SmallIntReader.copyAsValue(SmallIntWriter writer) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BaseWriter.ScalarWriter |
interface |
FieldWriter |
| Modifier and Type | Method and Description |
|---|---|
SmallIntWriter |
BaseWriter.ListWriter.smallInt() |
SmallIntWriter |
BaseWriter.MapWriter.smallInt(String name) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.