Class CsvTableSink.CsvFormatter

  • All Implemented Interfaces:
    Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.MapFunction<org.apache.flink.types.Row,​String>
    Enclosing class:
    CsvTableSink

    @Internal
    public static class CsvTableSink.CsvFormatter
    extends Object
    implements org.apache.flink.api.common.functions.MapFunction<org.apache.flink.types.Row,​String>
    Formats a Row into a String with fields separated by the field delimiter.
    See Also:
    Serialized Form
    • Method Detail

      • map

        public String map​(org.apache.flink.types.Row row)
        Specified by:
        map in interface org.apache.flink.api.common.functions.MapFunction<org.apache.flink.types.Row,​String>