Uses of Interface
org.apache.flink.table.utils.print.RowDataToStringConverter
Packages that use RowDataToStringConverter
-
Uses of RowDataToStringConverter in org.apache.flink.table.utils.print
Methods in org.apache.flink.table.utils.print with parameters of type RowDataToStringConverterModifier and TypeMethodDescriptionstatic RawContentStylePrintStyle.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 TableauStylePrintStyle.tableauWithDataInferredColumnWidths(ResolvedSchema schema, RowDataToStringConverter converter) LikePrintStyle.tableauWithDataInferredColumnWidths(ResolvedSchema, RowDataToStringConverter, int, boolean, boolean), but using default values.static TableauStylePrintStyle.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 TableauStylePrintStyle.tableauWithTypeInferredColumnWidths(ResolvedSchema schema, RowDataToStringConverter converter, int maxColumnWidth, boolean printNullAsEmpty, boolean printRowKind) Create a newTableauStyleusing column widths computed from the type.