We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80611e6 commit 3c15d55Copy full SHA for 3c15d55
1 file changed
python/datafusion/expr.py
@@ -86,6 +86,7 @@
86
Partitioning = expr_internal.Partitioning
87
Placeholder = expr_internal.Placeholder
88
Projection = expr_internal.Projection
89
+RawExpr = expr_internal.RawExpr
90
Repartition = expr_internal.Repartition
91
ScalarSubquery = expr_internal.ScalarSubquery
92
ScalarVariable = expr_internal.ScalarVariable
@@ -102,6 +103,7 @@
102
103
104
__all__ = [
105
"Expr",
106
+ "RawExpr",
107
"Column",
108
"Literal",
109
"BinaryExpr",
0 commit comments