| Package | Description |
|---|---|
| org.apache.flink.table.utils.print |
| Modifier and Type | Method and 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)
Like
PrintStyle.tableauWithDataInferredColumnWidths(ResolvedSchema, RowDataToStringConverter,
int, boolean, boolean), but using default values. |
static TableauStyle |
PrintStyle.tableauWithDataInferredColumnWidths(ResolvedSchema schema,
RowDataToStringConverter converter,
int maxColumnWidth,
boolean printNullAsEmpty,
boolean printRowKind)
Like
PrintStyle.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 new
TableauStyle using column widths computed from the type. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.