Skip to content

Commit

Permalink
Window's UDF doc changes. (#2092)
Browse files Browse the repository at this point in the history
(cherry picked from commit abdf474)
  • Loading branch information
big-andy-coates committed Nov 1, 2018
1 parent 35301bc commit 8e6718e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/examples.rst
Original file line number Diff line number Diff line change
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

0 comments on commit 8e6718e

Please sign in to comment.