Skip to content

Commit

Permalink
Window's UDF doc changes. (#2092)
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Nov 1, 2018
1 parent 3b1bd7d commit abdf474
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit abdf474

Please sign in to comment.