ClickHouse/tests/queries/0_stateless/00308_write_buffer_valid_utf8.reference

25 lines
236 B
Plaintext
Raw Normal View History

{
"meta":
[
{
"name": "s1",
"type": "String"
},
{
"name": "s2",
"type": "String"
},
{
"name": "s3",
"type": "String"
}
],
"data":
[
["Hello, <20> World", "Hello, <20>", "<22> World"]
],
"rows": 1
}