Package org.apache.flink.formats.avro
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
convert(Object object)
-