Package | Description |
---|---|
org.apache.orc.impl.writer |
Modifier and Type | Class and Description |
---|---|
class |
BinaryTreeWriter |
class |
BooleanTreeWriter |
class |
ByteTreeWriter |
class |
CharTreeWriter
Under the covers, char is written to ORC the same way as string.
|
class |
DateTreeWriter |
class |
Decimal64TreeWriter
Writer for short decimals in ORCv2.
|
class |
DecimalTreeWriter |
class |
DoubleTreeWriter |
class |
FloatTreeWriter |
class |
IntegerTreeWriter |
class |
ListTreeWriter |
class |
MapTreeWriter |
class |
StringBaseTreeWriter |
class |
StringTreeWriter |
class |
StructTreeWriter |
class |
TimestampTreeWriter |
class |
UnionTreeWriter |
class |
VarcharTreeWriter
Under the covers, varchar is written to ORC the same way as string.
|
Copyright © 2013–2022 The Apache Software Foundation. All rights reserved.