ClickHouse/tests/queries/0_stateless/02375_pretty_formats.reference
Alexey Milovidov be784bb649 Update tests
2024-03-23 03:24:50 +01:00

2.7 KiB

Pretty
┏━━━┳━━━┓
xy
┡━━━╇━━━┩
1. │ 0 │ 1 │
├───┼───┤
2. │ 1 │ 2 │
└───┴───┘
┏━━━┳━━━┓
xy
┡━━━╇━━━┩
3. │ 2 │ 3 │
├───┼───┤
4. │ 3 │ 4 │
└───┴───┘
PrettyNoEscapes
┏━━━┳━━━┓
┃ x ┃ y ┃
┡━━━╇━━━┩
1. │ 0 │ 1 │
├───┼───┤
2. │ 1 │ 2 │
└───┴───┘
┏━━━┳━━━┓
┃ x ┃ y ┃
┡━━━╇━━━┩
3. │ 2 │ 3 │
├───┼───┤
4. │ 3 │ 4 │
└───┴───┘
PrettyMonoBlock
┏━━━┳━━━┓
xy
┡━━━╇━━━┩
1. │ 0 │ 1 │
├───┼───┤
2. │ 1 │ 2 │
├───┼───┤
3. │ 2 │ 3 │
├───┼───┤
4. │ 3 │ 4 │
└───┴───┘
PrettyNoEscapesMonoBlock
┏━━━┳━━━┓
┃ x ┃ y ┃
┡━━━╇━━━┩
1. │ 0 │ 1 │
├───┼───┤
2. │ 1 │ 2 │
├───┼───┤
3. │ 2 │ 3 │
├───┼───┤
4. │ 3 │ 4 │
└───┴───┘
PrettyCompact
┌─x─┬─y─┐
1. │ 0 │ 1 │
2. │ 1 │ 2 │
└───┴───┘
┌─x─┬─y─┐
3. │ 2 │ 3 │
4. │ 3 │ 4 │
└───┴───┘
PrettyCompactNoEscapes
┌─x─┬─y─┐
1. │ 0 │ 1 │
2. │ 1 │ 2 │
└───┴───┘
┌─x─┬─y─┐
3. │ 2 │ 3 │
4. │ 3 │ 4 │
└───┴───┘
PrettyCompactMonoBlock
┌─x─┬─y─┐
1. │ 0 │ 1 │
2. │ 1 │ 2 │
3. │ 2 │ 3 │
4. │ 3 │ 4 │
└───┴───┘
PrettyCompactNoEscapesMonoBlock
┌─x─┬─y─┐
1. │ 0 │ 1 │
2. │ 1 │ 2 │
3. │ 2 │ 3 │
4. │ 3 │ 4 │
└───┴───┘
PrettySpace
x y
 
1. 0 1
2. 1 2
x y
 
3. 2 3
4. 3 4
PrettySpaceNoEscapes
x y
 
1. 0 1
2. 1 2
x y
 
3. 2 3
4. 3 4
PrettySpaceMonoBlock
x y
 
1. 0 1
2. 1 2
3. 2 3
4. 3 4
PrettySpaceNoEscapesMonoBlock
x y
 
1. 0 1
2. 1 2
3. 2 3
4. 3 4