Uses of Class
io.trino.hive.formats.avro.AvroTypeException
Packages that use AvroTypeException
-
Uses of AvroTypeException in io.trino.hive.formats.avro
Methods in io.trino.hive.formats.avro that return AvroTypeExceptionModifier and TypeMethodDescriptionAvroPageDataReader.UncheckedAvroTypeException.getAvroTypeException()Methods in io.trino.hive.formats.avro that throw AvroTypeExceptionModifier and TypeMethodDescriptionAvroTypeManager.overrideBlockToAvroObject(org.apache.avro.Schema schema, Type type) Extract and convert the object from the given block at the given position and return the Avro Generic Data forum.NativeLogicalTypesAvroTypeManager.overrideBlockToAvroObject(org.apache.avro.Schema schema, Type type) AvroTypeManager.overrideBuildingFunctionForSchema(org.apache.avro.Schema schema) Object provided by FasterReader's deserialization with no conversions.NativeLogicalTypesAvroTypeManager.overrideBuildingFunctionForSchema(org.apache.avro.Schema schema) AvroTypeManager.overrideTypeForSchema(org.apache.avro.Schema schema) NativeLogicalTypesAvroTypeManager.overrideTypeForSchema(org.apache.avro.Schema schema) static TypeAvroTypeUtils.typeFromAvro(org.apache.avro.Schema schema, AvroTypeManager avroTypeManager) Constructors in io.trino.hive.formats.avro with parameters of type AvroTypeExceptionConstructors in io.trino.hive.formats.avro that throw AvroTypeExceptionModifierConstructorDescriptionAvroFileReader(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)