Interface AvroToRowDataConverters.AvroToRowDataConverter

All Superinterfaces:
Serializable
Enclosing class:
AvroToRowDataConverters
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AvroToRowDataConverters.AvroToRowDataConverter extends Serializable
Runtime converter that converts Avro data structures into objects of Flink Table & SQL internal data structures.
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(Object object)