Interface | Description |
---|---|
TreeWriter |
The writers for the specific writers of each type.
|
WriterContext |
Class | Description |
---|---|
BinaryTreeWriter | |
BooleanTreeWriter | |
ByteTreeWriter | |
CharTreeWriter |
Under the covers, char is written to ORC the same way as string.
|
DateTreeWriter | |
Decimal64TreeWriter |
Writer for short decimals in ORCv2.
|
DecimalTreeWriter | |
DoubleTreeWriter | |
FloatTreeWriter | |
IntegerTreeWriter | |
ListTreeWriter | |
MapTreeWriter | |
StringBaseTreeWriter | |
StringTreeWriter | |
StructTreeWriter | |
TimestampTreeWriter | |
TreeWriter.Factory | |
TreeWriterBase |
The parent class of all of the writers for each column.
|
UnionTreeWriter | |
VarcharTreeWriter |
Under the covers, varchar is written to ORC the same way as string.
|
WriterImplV2 |
An ORCv2 file writer.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.