Class RawContentStyle
java.lang.Object
org.apache.flink.table.utils.print.RawContentStyle
- All Implemented Interfaces:
PrintStyle
Print only the result content as raw form. column delimiter is ",", row delimiter is "\n".
-
Field Summary
Fields inherited from interface org.apache.flink.table.utils.print.PrintStyle
DEFAULT_MAX_COLUMN_WIDTH, NULL_VALUE -
Method Summary
Modifier and TypeMethodDescriptionvoidprint(Iterator<RowData> it, PrintWriter printWriter) Displays the result.
-
Method Details
-
print
Description copied from interface:PrintStyleDisplays the result.- Specified by:
printin interfacePrintStyle- Parameters:
it- The iterator for the data to printprintWriter- The writer to write to
-