We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f2cbd commit c58b324Copy full SHA for c58b324
1 file changed
python/datafusion/expr.py
@@ -131,6 +131,7 @@
131
WindowExpr = expr_internal.WindowExpr
132
133
__all__ = [
134
+ "EXPR_TYPE_ERROR",
135
"Aggregate",
136
"AggregateFunction",
137
"Alias",
0 commit comments