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 Detail

      • convert

        Object convert​(org.apache.avro.Schema schema,
                       Object object)