Class RawContentStyle

  • All Implemented Interfaces:
    PrintStyle

    @Internal
    public final class RawContentStyle
    extends Object
    implements PrintStyle
    Print only the result content as raw form. column delimiter is ",", row delimiter is "\n".
    • Method Detail

      • print

        public void print​(Iterator<RowData> it,
                          PrintWriter printWriter)
        Description copied from interface: PrintStyle
        Displays the result.
        Specified by:
        print in interface PrintStyle
        Parameters:
        it - The iterator for the data to print
        printWriter - The writer to write to