Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions presto-docs/src/main/sphinx/admin/properties-session.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@ be executed within a single node.

The corresponding configuration property is :ref:`admin/properties:\`\`single-node-execution-enabled\`\``.

``offset_clause_enabled``
^^^^^^^^^^^^^^^^^^^^^^^^^

* **Type:** ``boolean``
* **Default value:** ``false``

To enable the ``OFFSET`` clause in SQL query expressions, set this property to ``true``.

The corresponding configuration property is :ref:`admin/properties:\`\`offset-clause-enabled\`\``.

Spilling Properties
-------------------

Expand Down
10 changes: 10 additions & 0 deletions presto-docs/src/main/sphinx/admin/properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,16 @@ Note: The default value can cause errors when large session properties
or other large session information is involved.
See :ref:`troubleshoot/query:\`\`Request Header Fields Too Large\`\``.

``offset-clause-enabled``
^^^^^^^^^^^^^^^^^^^^^^^^^

* **Type:** ``boolean``
* **Default value:** ``false``

To enable the ``OFFSET`` clause in SQL query expressions, set this property to ``true``.

The corresponding session property is :ref:`admin/properties-session:\`\`offset_clause_enabled\`\``.

Memory Management Properties
----------------------------

Expand Down