Hierarchy For All Packages
- io.trino.hive.formats,
- io.trino.hive.formats.avro,
- io.trino.hive.formats.avro.model,
- 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.avro.AvroFileReader (implements java.io.Closeable)
- io.trino.hive.formats.avro.AvroFileWriter (implements java.io.Closeable)
- io.trino.hive.formats.avro.AvroHiveConstants
- io.trino.hive.formats.avro.AvroPageDataReader (implements org.apache.avro.io.DatumReader<D>)
- io.trino.hive.formats.avro.AvroPagePositionDataWriter (implements org.apache.avro.io.DatumWriter<D>)
- io.trino.hive.formats.avro.AvroTypeUtils
- io.trino.hive.formats.avro.BaseAvroTypeBlockHandlerImpls
- io.trino.hive.formats.avro.BaseAvroTypeBlockHandlerImpls.IntBlockBuildingDecoder (implements io.trino.hive.formats.avro.BlockBuildingDecoder)
- io.trino.hive.formats.avro.BaseAvroTypeBlockHandlerImpls.LongBlockBuildingDecoder (implements io.trino.hive.formats.avro.BlockBuildingDecoder)
- io.trino.hive.formats.avro.BaseAvroTypeBlockHandlerImpls.NullBlockBuildingDecoder (implements io.trino.hive.formats.avro.BlockBuildingDecoder)
- 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.avro.model.DoubleRead (implements io.trino.hive.formats.avro.model.AvroReadAction)
- 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.avro.model.FloatRead (implements io.trino.hive.formats.avro.model.AvroReadAction)
- io.trino.hive.formats.line.FooterAwareLineReader (implements io.trino.hive.formats.line.LineReader)
- io.trino.hive.formats.avro.HiveAvroTypeBlockHandler (implements io.trino.hive.formats.avro.AvroTypeBlockHandler)
- io.trino.hive.formats.avro.HiveAvroTypeBlockHandler.ReaderUnionCoercedIntoRowBlockBuildingDecoder (implements io.trino.hive.formats.avro.BlockBuildingDecoder)
- io.trino.hive.formats.avro.HiveAvroTypeBlockHandler.WriterUnionCoercedIntoRowBlockBuildingDecoder
- io.trino.hive.formats.HiveClassNames
- 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.avro.model.LongRead (implements io.trino.hive.formats.avro.model.AvroReadAction)
- io.trino.hive.formats.avro.NativeLogicalTypesAvroTypeBlockHandler (implements io.trino.hive.formats.avro.AvroTypeBlockHandler)
- io.trino.hive.formats.avro.NativeLogicalTypesAvroTypeBlockHandler.FixedDecimalBlockBuildingDecoder (implements io.trino.hive.formats.avro.BlockBuildingDecoder)
- io.trino.hive.formats.avro.NativeLogicalTypesAvroTypeBlockHandler.TimestampMicrosBlockBuildingDecoder (implements io.trino.hive.formats.avro.BlockBuildingDecoder)
- io.trino.hive.formats.avro.NativeLogicalTypesAvroTypeBlockHandler.TimestampMillisBlockBuildingDecoder (implements io.trino.hive.formats.avro.BlockBuildingDecoder)
- io.trino.hive.formats.avro.NativeLogicalTypesAvroTypeManager (implements io.trino.hive.formats.avro.AvroTypeManager)
- io.trino.hive.formats.avro.HiveAvroTypeManager
- io.trino.hive.formats.avro.NativeLogicalTypesAvroTypeManager.ValidateLogicalTypeResult
- io.trino.hive.formats.avro.NativeLogicalTypesAvroTypeManager.InvalidNativeAvroLogicalType
- io.trino.hive.formats.avro.NativeLogicalTypesAvroTypeManager.NoLogicalType
- io.trino.hive.formats.avro.NativeLogicalTypesAvroTypeManager.NonNativeAvroLogicalType
- io.trino.hive.formats.avro.NativeLogicalTypesAvroTypeManager.ValidNativeAvroLogicalType
- 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
- 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.avro.RowBlockBuildingDecoder (implements io.trino.hive.formats.avro.BlockBuildingDecoder)
- io.trino.hive.formats.avro.RowBlockBuildingDecoder.ConstantBlockAction
- io.trino.hive.formats.avro.RowBlockBuildingDecoder.SkipSchemaBuildingAction
- 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
- io.trino.hive.formats.avro.AvroTypeException
- java.io.IOException
- io.trino.hive.formats.FileCorruptionException
- java.lang.RuntimeException
- io.trino.hive.formats.avro.AvroPageDataReader.UncheckedAvroTypeException
- io.trino.hive.formats.line.regex.RegexDeserializer.UnsupportedTypeException
- 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.UnionToRowCoercionUtils
- 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.avro.model.AvroLogicalType
- io.trino.hive.formats.avro.model.AvroReadAction
- io.trino.hive.formats.avro.model.AvroReadAction.DoubleIoFunction<A>
- io.trino.hive.formats.avro.model.AvroReadAction.FloatIoFunction<A>
- io.trino.hive.formats.avro.model.AvroReadAction.IoConsumer<A>
- io.trino.hive.formats.avro.model.AvroReadAction.LongIoFunction<A>
- io.trino.hive.formats.avro.AvroTypeBlockHandler
- io.trino.hive.formats.avro.AvroTypeManager
- io.trino.hive.formats.avro.BlockBuildingDecoder
- 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
- io.trino.hive.formats.avro.model.RecordFieldReadAction
- io.trino.hive.formats.avro.model.SkipFieldRecordFieldReadAction.SkipAction
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.avro.AvroCompressionKind
- io.trino.hive.formats.compression.CompressionKind
- io.trino.hive.formats.HiveFormatsErrorCode (implements io.trino.spi.ErrorCodeSupplier)
- io.trino.hive.formats.encodings.text.TextEncodingOptions.NestingLevels
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- io.trino.hive.formats.avro.model.ArrayReadAction (implements io.trino.hive.formats.avro.model.AvroReadAction)
- io.trino.hive.formats.avro.model.AvroLogicalType.BytesDecimalLogicalType (implements io.trino.hive.formats.avro.model.AvroLogicalType)
- io.trino.hive.formats.avro.model.AvroLogicalType.DateLogicalType (implements io.trino.hive.formats.avro.model.AvroLogicalType)
- io.trino.hive.formats.avro.model.AvroLogicalType.FixedDecimalLogicalType (implements io.trino.hive.formats.avro.model.AvroLogicalType)
- io.trino.hive.formats.avro.model.AvroLogicalType.StringUUIDLogicalType (implements io.trino.hive.formats.avro.model.AvroLogicalType)
- io.trino.hive.formats.avro.model.AvroLogicalType.TimeMicrosLogicalType (implements io.trino.hive.formats.avro.model.AvroLogicalType)
- io.trino.hive.formats.avro.model.AvroLogicalType.TimeMillisLogicalType (implements io.trino.hive.formats.avro.model.AvroLogicalType)
- io.trino.hive.formats.avro.model.AvroLogicalType.TimestampMicrosLogicalType (implements io.trino.hive.formats.avro.model.AvroLogicalType)
- io.trino.hive.formats.avro.model.AvroLogicalType.TimestampMillisLogicalType (implements io.trino.hive.formats.avro.model.AvroLogicalType)
- io.trino.hive.formats.avro.model.BooleanRead (implements io.trino.hive.formats.avro.model.AvroReadAction)
- io.trino.hive.formats.avro.model.BytesRead (implements io.trino.hive.formats.avro.model.AvroReadAction)
- io.trino.hive.formats.line.Column
- io.trino.hive.formats.avro.model.DefaultValueFieldRecordFieldReadAction (implements io.trino.hive.formats.avro.model.RecordFieldReadAction)
- io.trino.hive.formats.avro.model.EnumReadAction (implements io.trino.hive.formats.avro.model.AvroReadAction)
- io.trino.hive.formats.avro.model.FixedRead (implements io.trino.hive.formats.avro.model.AvroReadAction)
- io.trino.hive.formats.avro.model.IntRead (implements io.trino.hive.formats.avro.model.AvroReadAction)
- io.trino.hive.formats.avro.model.MapReadAction (implements io.trino.hive.formats.avro.model.AvroReadAction)
- io.trino.hive.formats.avro.NativeLogicalTypesAvroTypeBlockHandler.BytesDecimalBlockBuildingDecoder (implements io.trino.hive.formats.avro.BlockBuildingDecoder)
- io.trino.hive.formats.avro.NativeLogicalTypesAvroTypeBlockHandler.DateBlockBuildingDecoder (implements io.trino.hive.formats.avro.BlockBuildingDecoder)
- io.trino.hive.formats.avro.NativeLogicalTypesAvroTypeBlockHandler.StringUUIDBlockBuildingDecoder (implements io.trino.hive.formats.avro.BlockBuildingDecoder)
- io.trino.hive.formats.avro.NativeLogicalTypesAvroTypeBlockHandler.TimeMicrosBlockBuildingDecoder (implements io.trino.hive.formats.avro.BlockBuildingDecoder)
- io.trino.hive.formats.avro.NativeLogicalTypesAvroTypeBlockHandler.TimeMillisBlockBuildingDecoder (implements io.trino.hive.formats.avro.BlockBuildingDecoder)
- io.trino.hive.formats.avro.model.NullRead (implements io.trino.hive.formats.avro.model.AvroReadAction)
- io.trino.hive.formats.avro.model.ReadErrorReadAction (implements io.trino.hive.formats.avro.model.AvroReadAction)
- io.trino.hive.formats.avro.model.ReadFieldAction (implements io.trino.hive.formats.avro.model.RecordFieldReadAction)
- io.trino.hive.formats.avro.model.ReadingUnionReadAction (implements io.trino.hive.formats.avro.model.AvroReadAction)
- io.trino.hive.formats.avro.model.RecordReadAction (implements io.trino.hive.formats.avro.model.AvroReadAction)
- io.trino.hive.formats.avro.model.SkipFieldRecordFieldReadAction (implements io.trino.hive.formats.avro.model.RecordFieldReadAction)
- io.trino.hive.formats.avro.model.StringRead (implements io.trino.hive.formats.avro.model.AvroReadAction)
- io.trino.hive.formats.avro.model.WrittenUnionReadAction (implements io.trino.hive.formats.avro.model.AvroReadAction)
- java.lang.Record