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 5ce9140 commit 9fd130fCopy full SHA for 9fd130f
src/substrait/dataframe/__init__.py
@@ -11,6 +11,6 @@ def col(name: str) -> Expression:
11
"""Column selection."""
12
return Expression(column(name))
13
14
-# TODO
+# TODO handle str_as_lit argument
15
def parse_into_expr(expr, str_as_lit: bool):
16
return expr._to_compliant_expr(substrait.dataframe)
0 commit comments