ClickHouse/dbms/tests/queries/0_stateless/00974_final_predicate_push_down.reference

51 lines
421 B
Plaintext

{
"meta":
[
{
"name": "COUNT()",
"type": "UInt64"
}
],
"data":
[
{
"COUNT()": "1"
}
],
"rows": 1,
"statistics":
{
"elapsed": 0.000780393,
"rows_read": 4,
"bytes_read": 16
}
}
{
"meta":
[
{
"name": "COUNT()",
"type": "UInt64"
}
],
"data":
[
{
"COUNT()": "1"
}
],
"rows": 1,
"statistics":
{
"elapsed": 0.000687364,
"rows_read": 2,
"bytes_read": 8
}
}