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 TypeClassDescriptionclassclassAn implementation that translates Avro Standard Logical types into Trino SPI typesConstructors in io.trino.hive.formats.avro with parameters of type AvroTypeManagerModifierConstructorDescriptionAvroFileWriter(OutputStream rawOutput, org.apache.avro.Schema schema, AvroTypeManager avroTypeManager, AvroCompressionKind compressionKind, Map<String, String> fileMetadata, List<String> names, List<Type> types, boolean resolveUsingLowerCaseFieldsInSchema) AvroPagePositionDataWriter(org.apache.avro.Schema schema, AvroTypeManager avroTypeManager, List<String> channelNames, List<Type> channelTypes)