Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Window's UDF doc changes. #2092

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/tutorials/examples.rst
Expand Up @@ -272,8 +272,8 @@ counting/aggregation step per region.
WINDOW SESSION (60 SECONDS) \
GROUP BY regionid;

Sometimes you may want to include the bounds of the current window in the result so that it is
more easily accessible to consumers of the data. The statement below extracts the start and
Sometimes, you may want to include the bounds of the current window in the result so that it is
more easily accessible to consumers of the data. The following statement extracts the start and
end time of the current session window into fields within output rows.

.. code:: sql
Expand Down