Hierarchy For All Packages
Package Hierarchies:- io.trino.hive.formats,
- io.trino.hive.formats.compression,
- io.trino.hive.formats.encodings,
- io.trino.hive.formats.encodings.binary,
- io.trino.hive.formats.encodings.text,
- io.trino.hive.formats.line,
- io.trino.hive.formats.line.csv,
- io.trino.hive.formats.line.json,
- io.trino.hive.formats.line.openxjson,
- io.trino.hive.formats.line.regex,
- io.trino.hive.formats.line.sequence,
- io.trino.hive.formats.line.simple,
- io.trino.hive.formats.line.text,
- io.trino.hive.formats.rcfile
Class Hierarchy
- java.lang.Object
- io.trino.hive.formats.encodings.binary.BinaryColumnEncodingFactory (implements io.trino.hive.formats.encodings.ColumnEncodingFactory)
- io.trino.hive.formats.encodings.binary.BinaryEncoding (implements io.trino.hive.formats.encodings.binary.BinaryColumnEncoding)
- io.trino.hive.formats.encodings.text.BinaryEncoding (implements io.trino.hive.formats.encodings.text.TextColumnEncoding)
- io.trino.hive.formats.encodings.binary.BlockEncoding (implements io.trino.hive.formats.encodings.binary.BinaryColumnEncoding)
- io.trino.hive.formats.encodings.binary.ListEncoding
- io.trino.hive.formats.encodings.binary.MapEncoding
- io.trino.hive.formats.encodings.binary.StructEncoding
- io.trino.hive.formats.encodings.text.BlockEncoding (implements io.trino.hive.formats.encodings.text.TextColumnEncoding)
- io.trino.hive.formats.encodings.text.ListEncoding
- io.trino.hive.formats.encodings.text.MapEncoding
- io.trino.hive.formats.encodings.text.StructEncoding
- io.trino.hive.formats.encodings.binary.BooleanEncoding (implements io.trino.hive.formats.encodings.binary.BinaryColumnEncoding)
- io.trino.hive.formats.encodings.text.BooleanEncoding (implements io.trino.hive.formats.encodings.text.TextColumnEncoding)
- io.trino.hive.formats.encodings.binary.ByteEncoding (implements io.trino.hive.formats.encodings.binary.BinaryColumnEncoding)
- io.trino.hive.formats.compression.Codec
- io.trino.hive.formats.encodings.ColumnData
- io.trino.hive.formats.line.csv.CsvConstants
- io.trino.hive.formats.line.csv.CsvDeserializer (implements io.trino.hive.formats.line.LineDeserializer)
- io.trino.hive.formats.line.csv.CsvDeserializerFactory (implements io.trino.hive.formats.line.LineDeserializerFactory)
- io.trino.hive.formats.line.csv.CsvSerializer (implements io.trino.hive.formats.line.LineSerializer)
- io.trino.hive.formats.line.csv.CsvSerializerFactory (implements io.trino.hive.formats.line.LineSerializerFactory)
- io.trino.hive.formats.encodings.binary.DateEncoding (implements io.trino.hive.formats.encodings.binary.BinaryColumnEncoding)
- io.trino.hive.formats.encodings.text.DateEncoding (implements io.trino.hive.formats.encodings.text.TextColumnEncoding)
- io.trino.hive.formats.encodings.binary.DecimalEncoding (implements io.trino.hive.formats.encodings.binary.BinaryColumnEncoding)
- io.trino.hive.formats.encodings.text.DecimalEncoding (implements io.trino.hive.formats.encodings.text.TextColumnEncoding)
- io.trino.hive.formats.DistinctMapKeys
- io.trino.hive.formats.encodings.binary.DoubleEncoding (implements io.trino.hive.formats.encodings.binary.BinaryColumnEncoding)
- io.trino.hive.formats.encodings.text.DoubleEncoding (implements io.trino.hive.formats.encodings.text.TextColumnEncoding)
- io.trino.hive.formats.encodings.binary.FloatEncoding (implements io.trino.hive.formats.encodings.binary.BinaryColumnEncoding)
- io.trino.hive.formats.encodings.text.FloatEncoding (implements io.trino.hive.formats.encodings.text.TextColumnEncoding)
- io.trino.hive.formats.line.FooterAwareLineReader (implements io.trino.hive.formats.line.LineReader)
- io.trino.hive.formats.HiveFormatUtils
- java.io.InputStream (implements java.io.Closeable)
- io.trino.hive.formats.TrinoDataInputStream (implements java.io.DataInput)
- io.trino.hive.formats.line.json.JsonConstants
- io.trino.hive.formats.line.json.JsonDeserializer (implements io.trino.hive.formats.line.LineDeserializer)
- io.trino.hive.formats.line.json.JsonDeserializerFactory (implements io.trino.hive.formats.line.LineDeserializerFactory)
- io.trino.hive.formats.line.json.JsonSerializer (implements io.trino.hive.formats.line.LineSerializer)
- io.trino.hive.formats.line.json.JsonSerializerFactory (implements io.trino.hive.formats.line.LineSerializerFactory)
- io.trino.hive.formats.encodings.binary.LongEncoding (implements io.trino.hive.formats.encodings.binary.BinaryColumnEncoding)
- io.trino.hive.formats.encodings.text.LongEncoding (implements io.trino.hive.formats.encodings.text.TextColumnEncoding)
- io.trino.hive.formats.line.openxjson.OpenXJsonDeserializer (implements io.trino.hive.formats.line.LineDeserializer)
- io.trino.hive.formats.line.openxjson.OpenXJsonDeserializerFactory (implements io.trino.hive.formats.line.LineDeserializerFactory)
- io.trino.hive.formats.line.openxjson.OpenXJsonOptions
- io.trino.hive.formats.line.openxjson.OpenXJsonOptions.Builder
- io.trino.hive.formats.line.openxjson.OpenXJsonSerializer (implements io.trino.hive.formats.line.LineSerializer)
- io.trino.hive.formats.line.openxjson.OpenXJsonSerializerFactory (implements io.trino.hive.formats.line.LineSerializerFactory)
- java.io.OutputStream (implements java.io.Closeable, java.io.Flushable)
- io.trino.hive.formats.DataOutputStream (implements java.io.DataOutput)
- io.trino.hive.formats.line.LineBuffer
- io.airlift.slice.SliceOutput (implements java.io.DataOutput)
- io.trino.hive.formats.compression.BufferedOutputStreamSliceOutput
- io.trino.hive.formats.compression.MemoryCompressedSliceOutput
- io.trino.hive.formats.compression.BufferedOutputStreamSliceOutput
- io.trino.hive.formats.rcfile.PageSplitterUtil
- io.trino.hive.formats.rcfile.RcFileReader (implements java.io.Closeable)
- io.trino.hive.formats.rcfile.RcFileWriter (implements java.io.Closeable)
- io.trino.hive.formats.rcfile.RcFileWriteValidation
- io.trino.hive.formats.rcfile.RcFileWriteValidation.RcFileWriteValidationBuilder
- io.trino.hive.formats.rcfile.RcFileWriteValidation.WriteChecksum
- io.trino.hive.formats.rcfile.RcFileWriteValidation.WriteChecksumBuilder
- io.trino.hive.formats.ReadWriteUtils
- java.lang.Record
- io.trino.hive.formats.line.Column
- io.trino.hive.formats.line.regex.RegexDeserializer (implements io.trino.hive.formats.line.LineDeserializer)
- io.trino.hive.formats.line.regex.RegexDeserializerFactory (implements io.trino.hive.formats.line.LineDeserializerFactory)
- io.trino.hive.formats.line.sequence.SequenceFileReader (implements io.trino.hive.formats.line.LineReader)
- io.trino.hive.formats.line.sequence.SequenceFileReaderFactory (implements io.trino.hive.formats.line.LineReaderFactory)
- io.trino.hive.formats.line.sequence.SequenceFileWriter (implements io.trino.hive.formats.line.LineWriter)
- io.trino.hive.formats.line.sequence.SequenceFileWriterFactory (implements io.trino.hive.formats.line.LineWriterFactory)
- io.trino.hive.formats.encodings.binary.ShortEncoding (implements io.trino.hive.formats.encodings.binary.BinaryColumnEncoding)
- io.trino.hive.formats.line.simple.SimpleConstants
- io.trino.hive.formats.line.simple.SimpleDeserializer (implements io.trino.hive.formats.line.LineDeserializer)
- io.trino.hive.formats.line.simple.SimpleDeserializerFactory (implements io.trino.hive.formats.line.LineDeserializerFactory)
- io.trino.hive.formats.line.simple.SimpleSerializer (implements io.trino.hive.formats.line.LineSerializer)
- io.trino.hive.formats.line.simple.SimpleSerializerFactory (implements io.trino.hive.formats.line.LineSerializerFactory)
- io.trino.hive.formats.encodings.binary.StringEncoding (implements io.trino.hive.formats.encodings.binary.BinaryColumnEncoding)
- io.trino.hive.formats.encodings.text.StringEncoding (implements io.trino.hive.formats.encodings.text.TextColumnEncoding)
- io.trino.hive.formats.encodings.text.TextColumnEncodingFactory (implements io.trino.hive.formats.encodings.ColumnEncodingFactory)
- io.trino.hive.formats.encodings.text.TextEncodingOptions
- io.trino.hive.formats.encodings.text.TextEncodingOptions.Builder
- io.trino.hive.formats.line.text.TextLineReader (implements io.trino.hive.formats.line.LineReader)
- io.trino.hive.formats.line.text.TextLineReaderFactory (implements io.trino.hive.formats.line.LineReaderFactory)
- io.trino.hive.formats.line.text.TextLineWriter (implements io.trino.hive.formats.line.LineWriter)
- io.trino.hive.formats.line.text.TextLineWriterFactory (implements io.trino.hive.formats.line.LineWriterFactory)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.io.IOException
- io.trino.hive.formats.FileCorruptionException
- java.lang.RuntimeException
- io.trino.hive.formats.line.regex.RegexDeserializer.UnsupportedTypeException
- java.io.IOException
- java.lang.Exception
- io.trino.hive.formats.encodings.binary.TimestampEncoding (implements io.trino.hive.formats.encodings.binary.BinaryColumnEncoding)
- io.trino.hive.formats.encodings.text.TimestampEncoding (implements io.trino.hive.formats.encodings.text.TextColumnEncoding)
- io.trino.hive.formats.compression.ValueCompressor
- io.trino.hive.formats.compression.ValueDecompressor
Interface Hierarchy
- java.lang.AutoCloseable
- java.io.Closeable
- io.trino.hive.formats.line.LineReader
- io.trino.hive.formats.line.LineWriter
- java.io.Closeable
- io.trino.hive.formats.encodings.ColumnEncoding
- io.trino.hive.formats.encodings.binary.BinaryColumnEncoding
- io.trino.hive.formats.encodings.text.TextColumnEncoding
- io.trino.hive.formats.encodings.ColumnEncodingFactory
- io.trino.hive.formats.encodings.EncodeOutput
- io.trino.hive.formats.line.LineDeserializer
- io.trino.hive.formats.line.LineDeserializerFactory
- io.trino.hive.formats.line.LineReaderFactory
- io.trino.hive.formats.line.LineSerializer
- io.trino.hive.formats.line.LineSerializerFactory
- io.trino.hive.formats.line.LineWriterFactory
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- io.trino.hive.formats.compression.CompressionKind
- io.trino.hive.formats.encodings.text.TextEncodingOptions.NestingLevels
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)