PrettyCompact 형식
PrettyCompact 형식
PrettyCompact 형식은 행 사이에 그리드가 그려진 표로 표시된다는 점만 Pretty 형식과 달라요. 이 때문에 결과가 더 컴팩트합니다. 명령줄 클라이언트의 대화형 모드에서 기본적으로 사용되는 형식입니다.
출처: 문서
본문
| Input | Output | Alias |
|---|---|---|
| ✗ | ✔ |
설명 (Description)
Pretty 형식과 다른 점은 표가 행 사이에 그리드가 그려진 상태로 표시된다는 점뿐입니다. 이 때문에 결과가 더 컴팩트합니다. 이 형식은 명령줄 클라이언트의 대화형 모드에서 기본적으로 사용됩니다.
사용 예시 (Example usage)
형식 설정 (Format settings)
다음 설정은 모든 Pretty 형식에 공통입니다:
| Setting | Description | Default |
|---|---|---|
| output_format_pretty_max_rows | Row limit for Pretty formats. | 10000 |
| output_format_pretty_max_column_pad_width | Maximum width to pad all values in a column in Pretty formats. | 250 |
| output_format_pretty_max_value_width | Maximum width of value to display in Pretty formats. If greater - it will be cut. | 10000 |
| output_format_pretty_color | Use ANSI escape sequences to paint colors in Pretty formats. | true |
| output_format_pretty_grid_charset | Charset for printing grid borders. Available charsets: ASCII, UTF-8. | UTF-8 |
| output_format_pretty_row_numbers | Add row numbers before each row for pretty output format. | true |
| output_format_pretty_display_footer_column_names | Display column names in the footer if table contains many rows. | true |
| output_format_pretty_display_footer_column_names_min_rows | Sets the minimum number of rows for which a footer will be displayed if output_format_pretty_display_footer_column_names is enabled. | 50 |