Skip to content

Commit b31e588

Browse files
committed
Add explain.txt with plain EXPLAIN AST output for 00001_select_1
Generate plain text AST output from ClickHouse EXPLAIN AST command instead of JSON format.
1 parent f484682 commit b31e588

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
SelectWithUnionQuery (children 1)
2+
ExpressionList (children 1)
3+
SelectQuery (children 1)
4+
ExpressionList (children 1)
5+
Literal UInt64_1

0 commit comments

Comments
 (0)