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
4 changes: 3 additions & 1 deletion docs/src/main/sphinx/functions/list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ E
- :func:`empty_approx_set`
- ``evaluate_classifier_predictions``
- :func:`every`
- :func:`exclude_columns`
Comment thread
ebyhr marked this conversation as resolved.
Outdated
- :func:`extract`
- :func:`exp`

Expand Down Expand Up @@ -378,7 +379,8 @@ S
-

- :func:`second`
- :func:`sequence`
- :func:`sequence` (scalar function)
- :ref:`sequence()<sequence_table_function>` (table function)
- :func:`sha1`
- :func:`sha256`
- :func:`sha512`
Expand Down
2 changes: 2 additions & 0 deletions docs/src/main/sphinx/functions/table.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Built-in table functions
The argument ``input`` is a table or a query.
The argument ``columns`` is a descriptor without types.

.. _sequence_table_function:

.. function:: sequence(start => bigint, stop => bigint, step => bigint) -> table(sequential_number bigint)
:noindex:

Expand Down