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 7e28012 commit 5eced8bCopy full SHA for 5eced8b
docs/source/user-guide/common-operations/functions.rst
@@ -38,7 +38,7 @@ DataFusion offers mathematical functions such as :py:func:`~datafusion.functions
38
39
.. ipython:: python
40
41
- from datafusion import col, literal, string_literal
+ from datafusion import col, literal, string_literal, str_lit
42
from datafusion import functions as f
43
44
df.select(
0 commit comments