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 TypeMethodDescriptionstatic BlockBuildingDecoderBaseAvroTypeBlockHandlerImpls.baseBlockBuildingDecoderFor(AvroReadAction action, AvroTypeBlockHandler delegate) static TypeBaseAvroTypeBlockHandlerImpls.baseTypeFor(org.apache.avro.Schema schema, AvroTypeBlockHandler delegate) AvroTypeBlockHandler.blockBuildingDecoderFor(AvroReadAction readAction) HiveAvroTypeBlockHandler.blockBuildingDecoderFor(AvroReadAction readAction) NativeLogicalTypesAvroTypeBlockHandler.blockBuildingDecoderFor(AvroReadAction readAction) AvroTypeManager.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.HiveAvroTypeManager.overrideBlockToAvroObject(org.apache.avro.Schema schema, Type type) NativeLogicalTypesAvroTypeManager.overrideBlockToAvroObject(org.apache.avro.Schema schema, Type type) AvroTypeBlockHandler.typeFor(org.apache.avro.Schema schema) Returns the block type to build for this Avro schema.HiveAvroTypeBlockHandler.typeFor(org.apache.avro.Schema schema) NativeLogicalTypesAvroTypeBlockHandler.typeFor(org.apache.avro.Schema schema) static voidAvroTypeUtils.verifyNoCircularReferences(org.apache.avro.Schema schema) 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, AvroTypeBlockHandler avroTypeBlockHandler) AvroFileReader(TrinoInputFile inputFile, org.apache.avro.Schema schema, AvroTypeBlockHandler avroTypeBlockHandler, 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, boolean resolveUsingLowerCaseFieldsInSchema) AvroPageDataReader(org.apache.avro.Schema readerSchema, AvroTypeBlockHandler typeManager) AvroPagePositionDataWriter(org.apache.avro.Schema schema, AvroTypeManager avroTypeManager, List<String> channelNames, List<Type> channelTypes) ReaderUnionCoercedIntoRowBlockBuildingDecoder(ReadingUnionReadAction readingUnionReadAction, AvroTypeBlockHandler avroTypeManager) RowBlockBuildingDecoder(AvroReadAction action, AvroTypeBlockHandler typeManager) RowBlockBuildingDecoder(org.apache.avro.Schema writeSchema, org.apache.avro.Schema readSchema, AvroTypeBlockHandler typeManager) WriterUnionCoercedIntoRowBlockBuildingDecoder(WrittenUnionReadAction writtenUnionReadAction, AvroTypeBlockHandler avroTypeManager) -
Uses of AvroTypeException in io.trino.hive.formats.avro.model
Methods in io.trino.hive.formats.avro.model that throw AvroTypeExceptionModifier and TypeMethodDescriptionstatic AvroReadActionAvroReadAction.fromAction(org.apache.avro.Resolver.Action action) static byte[]AvroReadAction.getDefaultByes(org.apache.avro.Schema.Field field)