| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.utils.print |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2022 The Apache Software Foundation. All rights reserved.