2022-07-06 15:33:11 +00:00
|
|
|
-- { echoOn }
|
2022-07-19 12:40:50 +00:00
|
|
|
EXPLAIN AST optimize=0 SELECT * FROM numbers(0);
|
2022-07-06 15:33:11 +00:00
|
|
|
SelectWithUnionQuery (children 1)
|
|
|
|
ExpressionList (children 1)
|
|
|
|
SelectQuery (children 2)
|
|
|
|
ExpressionList (children 1)
|
|
|
|
Asterisk
|
|
|
|
TablesInSelectQuery (children 1)
|
|
|
|
TablesInSelectQueryElement (children 1)
|
|
|
|
TableExpression (children 1)
|
|
|
|
Function numbers (children 1)
|
|
|
|
ExpressionList (children 1)
|
|
|
|
Literal UInt64_0
|
2022-07-19 12:40:50 +00:00
|
|
|
EXPLAIN AST optimize=1 SELECT * FROM numbers(0);
|
2022-07-06 15:33:11 +00:00
|
|
|
SelectWithUnionQuery (children 1)
|
|
|
|
ExpressionList (children 1)
|
|
|
|
SelectQuery (children 2)
|
|
|
|
ExpressionList (children 1)
|
|
|
|
Identifier number
|
|
|
|
TablesInSelectQuery (children 1)
|
|
|
|
TablesInSelectQueryElement (children 1)
|
|
|
|
TableExpression (children 1)
|
|
|
|
Function numbers (children 1)
|
|
|
|
ExpressionList (children 1)
|
|
|
|
Literal UInt64_0
|
2022-07-19 12:40:50 +00:00
|
|
|
EXPLAIN AST optimize=0 SELECT countDistinct(number) FROM numbers(0);
|
2022-07-07 20:31:42 +00:00
|
|
|
SelectWithUnionQuery (children 1)
|
|
|
|
ExpressionList (children 1)
|
|
|
|
SelectQuery (children 2)
|
|
|
|
ExpressionList (children 1)
|
|
|
|
Function countDistinct (children 1)
|
|
|
|
ExpressionList (children 1)
|
|
|
|
Identifier number
|
|
|
|
TablesInSelectQuery (children 1)
|
|
|
|
TablesInSelectQueryElement (children 1)
|
|
|
|
TableExpression (children 1)
|
|
|
|
Function numbers (children 1)
|
|
|
|
ExpressionList (children 1)
|
|
|
|
Literal UInt64_0
|
2022-07-19 12:40:50 +00:00
|
|
|
EXPLAIN AST optimize=1 SELECT countDistinct(number) FROM numbers(0);
|
2022-07-07 20:31:42 +00:00
|
|
|
SelectWithUnionQuery (children 1)
|
|
|
|
ExpressionList (children 1)
|
|
|
|
SelectQuery (children 2)
|
|
|
|
ExpressionList (children 1)
|
|
|
|
Function uniqExact (children 1)
|
|
|
|
ExpressionList (children 1)
|
|
|
|
Identifier number
|
|
|
|
TablesInSelectQuery (children 1)
|
|
|
|
TablesInSelectQueryElement (children 1)
|
|
|
|
TableExpression (children 1)
|
|
|
|
Function numbers (children 1)
|
|
|
|
ExpressionList (children 1)
|
|
|
|
Literal UInt64_0
|