Uses of Interface
io.trino.hive.formats.avro.model.AvroReadAction
Packages that use AvroReadAction
-
Uses of AvroReadAction in io.trino.hive.formats.avro
Methods in io.trino.hive.formats.avro with parameters of type AvroReadActionModifier and TypeMethodDescriptionstatic BlockBuildingDecoderBaseAvroTypeBlockHandlerImpls.baseBlockBuildingDecoderFor(AvroReadAction action, AvroTypeBlockHandler delegate) AvroTypeBlockHandler.blockBuildingDecoderFor(AvroReadAction readAction) HiveAvroTypeBlockHandler.blockBuildingDecoderFor(AvroReadAction readAction) NativeLogicalTypesAvroTypeBlockHandler.blockBuildingDecoderFor(AvroReadAction readAction) Constructors in io.trino.hive.formats.avro with parameters of type AvroReadActionModifierConstructorDescriptionRowBlockBuildingDecoder(AvroReadAction action, AvroTypeBlockHandler typeManager) -
Uses of AvroReadAction in io.trino.hive.formats.avro.model
Classes in io.trino.hive.formats.avro.model that implement AvroReadActionModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal classfinal recordfinal recordfinal classfinal recordfinal classfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordMethods in io.trino.hive.formats.avro.model that return AvroReadActionModifier and TypeMethodDescriptionReadingUnionReadAction.actualAction()Returns the value of theactualActionrecord component.ArrayReadAction.elementReadAction()Returns the value of theelementReadActionrecord component.static AvroReadActionAvroReadAction.fromAction(org.apache.avro.Resolver.Action action) ReadFieldAction.readAction()Returns the value of thereadActionrecord component.MapReadAction.valueReadAction()Returns the value of thevalueReadActionrecord component.Methods in io.trino.hive.formats.avro.model that return types with arguments of type AvroReadActionModifier and TypeMethodDescriptionWrittenUnionReadAction.writeOptionReadActions()Returns the value of thewriteOptionReadActionsrecord component.Constructors in io.trino.hive.formats.avro.model with parameters of type AvroReadActionModifierConstructorDescriptionArrayReadAction(org.apache.avro.Schema readSchema, org.apache.avro.Schema writeSchema, AvroReadAction elementReadAction) Creates an instance of aArrayReadActionrecord class.MapReadAction(org.apache.avro.Schema readSchema, org.apache.avro.Schema writeSchema, AvroReadAction valueReadAction) Creates an instance of aMapReadActionrecord class.ReadFieldAction(AvroReadAction readAction, int outputChannel) Creates an instance of aReadFieldActionrecord class.ReadingUnionReadAction(org.apache.avro.Schema readSchema, org.apache.avro.Schema writeSchema, int firstMatch, AvroReadAction actualAction) Creates an instance of aReadingUnionReadActionrecord class.Constructor parameters in io.trino.hive.formats.avro.model with type arguments of type AvroReadActionModifierConstructorDescriptionWrittenUnionReadAction(org.apache.avro.Schema readSchema, org.apache.avro.Schema writeSchema, boolean unionEqiv, List<AvroReadAction> writeOptionReadActions) Creates an instance of aWrittenUnionReadActionrecord class.