Uses of Interface
io.trino.hive.formats.avro.AvroTypeManager
Packages that use AvroTypeManager
-
Uses of AvroTypeManager in io.trino.hive.formats.avro
Classes in io.trino.hive.formats.avro that implement AvroTypeManagerModifier and TypeClassDescriptionclassAn implementation that translates Avro Standard Logical types into Trino SPI typesMethods in io.trino.hive.formats.avro with parameters of type AvroTypeManagerModifier and TypeMethodDescriptionstatic TypeAvroTypeUtils.typeFromAvro(org.apache.avro.Schema schema, AvroTypeManager avroTypeManager) Constructors in io.trino.hive.formats.avro with parameters of type AvroTypeManagerModifierConstructorDescriptionAvroFileReader(TrinoInputFile inputFile, org.apache.avro.Schema schema, AvroTypeManager avroTypeManager) AvroFileReader(TrinoInputFile inputFile, org.apache.avro.Schema schema, AvroTypeManager avroTypeManager, long offset, OptionalLong length) AvroFileWriter(OutputStream rawOutput, org.apache.avro.Schema schema, AvroTypeManager avroTypeManager, AvroCompressionKind compressionKind, Map<String, String> fileMetadata, List<String> names, List<Type> types) AvroPageDataReader(org.apache.avro.Schema readerSchema, AvroTypeManager typeManager) AvroPagePositionDataWriter(org.apache.avro.Schema schema, AvroTypeManager avroTypeManager, List<String> channelNames, List<Type> channelTypes)