Package org.apache.flink.formats.avro
Interface RowDataToAvroConverters.RowDataToAvroConverter
-
- All Superinterfaces:
Serializable
- Enclosing class:
- RowDataToAvroConverters
- 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 RowDataToAvroConverters.RowDataToAvroConverter extends Serializable
Runtime converter that converts objects of Flink Table & SQL internal data structures to corresponding Avro data structures.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectconvert(org.apache.avro.Schema schema, Object object)
-