Class Hierarchy
- java.lang.Object
- io.trino.orc.writer.BooleanColumnWriter (implements io.trino.orc.writer.ColumnWriter)
- io.trino.orc.writer.ByteColumnWriter (implements io.trino.orc.writer.ColumnWriter)
- io.trino.orc.writer.ColumnWriters
- io.trino.orc.writer.DecimalColumnWriter (implements io.trino.orc.writer.ColumnWriter)
- io.trino.orc.writer.DictionaryBuilder
- io.trino.orc.writer.DoubleColumnWriter (implements io.trino.orc.writer.ColumnWriter)
- io.trino.orc.writer.FloatColumnWriter (implements io.trino.orc.writer.ColumnWriter)
- io.trino.orc.writer.ListColumnWriter (implements io.trino.orc.writer.ColumnWriter)
- io.trino.orc.writer.LongColumnWriter (implements io.trino.orc.writer.ColumnWriter)
- io.trino.orc.writer.TimeColumnWriter
- io.trino.orc.writer.MapColumnWriter (implements io.trino.orc.writer.ColumnWriter)
- io.trino.orc.writer.SliceDictionaryColumnWriter (implements io.trino.orc.writer.ColumnWriter, io.trino.orc.DictionaryCompressionOptimizer.DictionaryColumn)
- io.trino.orc.writer.SliceDirectColumnWriter (implements io.trino.orc.writer.ColumnWriter)
- io.trino.orc.writer.StructColumnWriter (implements io.trino.orc.writer.ColumnWriter)
- io.trino.orc.writer.TimestampColumnWriter (implements io.trino.orc.writer.ColumnWriter)
Interface Hierarchy
- io.trino.orc.writer.ColumnWriter