Uses of Interface
org.apache.orc.impl.writer.TreeWriter
Packages that use TreeWriter
-
Uses of TreeWriter in org.apache.orc.impl.writer
Classes in org.apache.orc.impl.writer that implement TreeWriterModifier and TypeClassDescriptionclassclassclassclassUnder the covers, char is written to ORC the same way as string.classclassWriter for short decimals in ORCv2.classclassclassTreeWriter that handles column encryption.classclassclassclassclassclassclassclassclassclassThe parent class of all of the writers for each column.classclassUnder the covers, varchar is written to ORC the same way as string.Methods in org.apache.orc.impl.writer that return TreeWriterModifier and TypeMethodDescriptionstatic TreeWriterTreeWriter.Factory.create(TypeDescription schema, WriterEncryptionVariant encryption, WriterContext streamFactory) Create a new tree writer for the given types and insert encryption if required.