Skip to content

Commit 1c72418

Browse files
authored
Add EXPLAIN AST output for all 483 test queries (#4)
1 parent f849263 commit 1c72418

File tree

483 files changed

+4357
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

483 files changed

+4357
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
SelectWithUnionQuery (children 1)
2+
ExpressionList (children 1)
3+
SelectQuery (children 1)
4+
ExpressionList (children 1)
5+
Function accurateCast (children 1)
6+
ExpressionList (children 2)
7+
Literal Float64_123.456
8+
Literal \'Int32\'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
AlterQuery test_table (children 2)
2+
ExpressionList (children 1)
3+
AlterCommand ADD_COLUMN (children 1)
4+
ColumnDeclaration new_col (children 1)
5+
DataType UInt64
6+
Identifier test_table
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
AlterQuery test_table (children 2)
2+
ExpressionList (children 1)
3+
AlterCommand ADD_COLUMN (children 2)
4+
ColumnDeclaration new_col (children 1)
5+
DataType UInt64
6+
Identifier id
7+
Identifier test_table
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
AlterQuery test_table (children 2)
2+
ExpressionList (children 1)
3+
AlterCommand ADD_COLUMN (children 1)
4+
ColumnDeclaration new_col (children 1)
5+
DataType UInt64
6+
Identifier test_table
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
AlterQuery test_table (children 2)
2+
ExpressionList (children 1)
3+
AlterCommand ADD_CONSTRAINT (children 1)
4+
Constraint (children 1)
5+
Function greater (children 1)
6+
ExpressionList (children 2)
7+
Identifier col
8+
Literal UInt64_0
9+
Identifier test_table
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
AlterQuery test_table (children 2)
2+
ExpressionList (children 1)
3+
AlterCommand ADD_INDEX (children 1)
4+
Index (children 2)
5+
Identifier col
6+
Function minmax (children 1)
7+
ExpressionList
8+
Identifier test_table
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
SelectWithUnionQuery (children 1)
2+
ExpressionList (children 1)
3+
SelectQuery (children 1)
4+
ExpressionList (children 1)
5+
Function addDays (children 1)
6+
ExpressionList (children 2)
7+
Function toDate (children 1)
8+
ExpressionList (children 1)
9+
Literal \'2023-01-01\'
10+
Literal UInt64_5
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
SelectWithUnionQuery (children 1)
2+
ExpressionList (children 1)
3+
SelectQuery (children 1)
4+
ExpressionList (children 1)
5+
Function plus (children 1)
6+
ExpressionList (children 2)
7+
Literal UInt64_1
8+
Literal UInt64_2
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
SelectWithUnionQuery (children 1)
2+
ExpressionList (children 1)
3+
SelectQuery (children 1)
4+
ExpressionList (children 1)
5+
Function sumArray (children 1)
6+
ExpressionList (children 1)
7+
Literal Array_[UInt64_1, UInt64_2, UInt64_3]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
SelectWithUnionQuery (children 1)
2+
ExpressionList (children 1)
3+
SelectQuery (children 2)
4+
ExpressionList (children 1)
5+
Function sumMerge (children 1)
6+
ExpressionList (children 1)
7+
Identifier sum_state
8+
TablesInSelectQuery (children 1)
9+
TablesInSelectQueryElement (children 1)
10+
TableExpression (children 1)
11+
TableIdentifier states_table

0 commit comments

Comments
 (0)