Class CsvTableSink.CsvFormatter

    • Method Detail

      • map

        public String map​(Row row)
        Description copied from interface: MapFunction
        The mapping method. Takes an element from the input data set and transforms it into exactly one element.
        Specified by:
        map in interface MapFunction<Row,​String>
        Parameters:
        row - The input value.
        Returns:
        The transformed value