Uses of Interface
org.apache.flink.table.utils.print.RowDataToStringConverter
-
Packages that use RowDataToStringConverter Package Description org.apache.flink.table.utils.print -
-
Uses of RowDataToStringConverter in org.apache.flink.table.utils.print
Methods in org.apache.flink.table.utils.print with parameters of type RowDataToStringConverter Modifier and Type Method Description static RawContentStyle
PrintStyle. rawContent(RowDataToStringConverter converter)
Create a raw content print style, which only print the result content as raw form. column delimiter is ",", row delimiter is "\n".static TableauStyle
PrintStyle. tableauWithDataInferredColumnWidths(ResolvedSchema schema, RowDataToStringConverter converter)
LikePrintStyle.tableauWithDataInferredColumnWidths(ResolvedSchema, RowDataToStringConverter, int, boolean, boolean)
, but using default values.static TableauStyle
PrintStyle. tableauWithDataInferredColumnWidths(ResolvedSchema schema, RowDataToStringConverter converter, int maxColumnWidth, boolean printNullAsEmpty, boolean printRowKind)
LikePrintStyle.tableauWithTypeInferredColumnWidths(ResolvedSchema, RowDataToStringConverter, int, boolean, boolean)
, but uses the data to infer the column size.static TableauStyle
PrintStyle. tableauWithTypeInferredColumnWidths(ResolvedSchema schema, RowDataToStringConverter converter, int maxColumnWidth, boolean printNullAsEmpty, boolean printRowKind)
Create a newTableauStyle
using column widths computed from the type.
-