Skip to content

Commit

Permalink
docs: fix munged table markup (KSQL-3281) (#3440)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimGalasyn authored Sep 28, 2019
1 parent 99f6e24 commit 5f31309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/syntax-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,7 @@ Aggregate functions
| | | | the order they were originally processed. |
+------------------------+---------------------------+------------+---------------------------------------------------------------------+
| AVERAGE | ``AVG(col1)`` | Stream, | Return the average value for a given column. |
| | | Table | Note: rows where ``col1`` is null are ignored. |
| | | Table | Note: rows where ``col1`` is null are ignored. |
+------------------------+---------------------------+------------+---------------------------------------------------------------------+
| MAX | ``MAX(col1)`` | Stream | Return the maximum value for a given column and window. |
| | | | Note: rows where ``col1`` is null will be ignored. |
Expand Down

0 comments on commit 5f31309

Please sign in to comment.