Skip to content

Commit

Permalink
Add doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
rodesai committed Aug 9, 2018
1 parent ee5e43f commit 0c28e70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/syntax-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,9 @@ from the left stream that was used in the join criteria. This column will be
registered as the key of the resulting stream if included in the selected
columns.

For stream-table joins, the column used in the join criteria for the table
must be the table key.

The WITH clause for the result supports the following properties:

+---------------+------------------------------------------------------------------------------------------------------+
Expand Down Expand Up @@ -413,6 +416,9 @@ from the left table that was used in the join criteria. This column will be
registered as the key of the resulting table if included in the selected
columns.

For joins, the columns used in the join criteria must be the keys of the
tables being joined.

The WITH clause supports the following properties:

+---------------+------------------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit 0c28e70

Please sign in to comment.