diff --git a/py-polars/docs/source/reference/index.rst b/py-polars/docs/source/reference/index.rst index ebd0eaf005e3..c662f96a0f94 100644 --- a/py-polars/docs/source/reference/index.rst +++ b/py-polars/docs/source/reference/index.rst @@ -91,7 +91,7 @@ methods. All classes and functions exposed in the ``polars.*`` namespace are pub .. toctree:: :maxdepth: 2 - sql + sql/index .. grid-item-card:: diff --git a/py-polars/docs/source/reference/sql/clauses.rst b/py-polars/docs/source/reference/sql/clauses.rst new file mode 100644 index 000000000000..0625f2aba6a4 --- /dev/null +++ b/py-polars/docs/source/reference/sql/clauses.rst @@ -0,0 +1,311 @@ +SQL Clauses +=========== + +.. list-table:: + :header-rows: 1 + :widths: 20 60 + + * - Function + - Description + * - :ref:`SELECT