2022-07-06 15:33:11 +00:00
|
|
|
-- { echoOn }
|
2022-07-06 17:29:30 +00:00
|
|
|
EXPLAIN AST rewrite=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-06 17:29:30 +00:00
|
|
|
EXPLAIN AST rewrite=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
|