8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4005225 commit 66f8a38Copy full SHA for 66f8a38
python/tests/test_expr.py
@@ -23,18 +23,18 @@
23
AggregateFunction,
24
BinaryExpr,
25
Column,
26
- Filter,
27
- Limit,
28
- Literal,
29
- Projection,
30
- Sort,
31
- TableScan,
32
CopyTo,
33
CreateIndex,
34
DescribeTable,
35
DmlStatement,
36
DropCatalogSchema,
+ Filter,
+ Limit,
+ Literal,
+ Projection,
37
RecursiveQuery,
+ Sort,
+ TableScan,
38
TransactionEnd,
39
TransactionStart,
40
Values,
0 commit comments