Package org.apache.flink.table.utils.print
-
Interface Summary Interface Description PrintStyle APrintStyledefines style and formatting to print a collection ofRowData.RowDataToStringConverter -
Class Summary Class Description RawContentStyle Print only the result content as raw form. column delimiter is ",", row delimiter is "\n".TableauStyle Print the result and content as tableau form.