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 d8cab41 commit 00e406eCopy full SHA for 00e406e
python/datafusion/context.py
@@ -604,8 +604,8 @@ def sql(
604
"""Create a :py:class:`~datafusion.DataFrame` from SQL query text.
605
606
See the online documentation for a description of how to perform
607
- parameterized substitution via either the param_values option
608
- or passing in named parameters.
+ parameterized substitution via either the ``param_values`` option
+ or passing in ``named_params``.
609
610
Note: This API implements DDL statements such as ``CREATE TABLE`` and
611
``CREATE VIEW`` and DML statements such as ``INSERT INTO`` with in-memory
0 commit comments