mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
be4be0758a
* Removed escaping in presentational formats; changed a way how NULL is output #1729 * Addition to prev. revision #1729 * Addition to prev. revision #1729 * Updated tests #1729 * Updated function visibleWidth to be consistent with Pretty formats #1729
16 lines
446 B
Plaintext
16 lines
446 B
Plaintext
┌─tuple─────────┐
|
|
│ (0,NULL,NULL) │
|
|
│ (1,1,'1') │
|
|
│ (2,2,NULL) │
|
|
│ (3,NULL,'1') │
|
|
│ (4,1,NULL) │
|
|
│ (5,2,'1') │
|
|
│ (6,NULL,NULL) │
|
|
│ (7,1,'1') │
|
|
│ (8,2,NULL) │
|
|
│ (9,NULL,'1') │
|
|
└───────────────┘
|
|
┌─x────┬─y──────┐
|
|
│ ᴺᵁᴸᴸ │ (NULL) │
|
|
└──────┴────────┘
|