Performed minor cleanup and escaped `<` and `>` so code examples are shown correctly in the browser.
Author: Vahid Hashemian <vahidhashemian@us.ibm.com>
Reviewers: Matthias J. Sax, Guozhang Wang
Closes#2247 from vahidhashemian/doc/fix_streams_doc
pull/2242/merge
Vahid Hashemian8 years agocommitted byGuozhang Wang
<h5><aid="streams_dsl_windowing"href="#streams_dsl_windowing">Windowing a stream</a></h5>
@ -301,7 +301,7 @@ A <b>join</b> operation merges two streams based on the keys of their data recor
@@ -301,7 +301,7 @@ A <b>join</b> operation merges two streams based on the keys of their data recor
</ul>
Depending on the operands the following join operations are supported: <b>inner joins</b>, <b>outer joins</b> and <b>left joins</b>. Their semantics are similar to the corresponding operators in relational databases.
a
<h5><aid="streams_dsl_transform"href="#streams_dsl_transform">Transform a stream</a></h5>
<p>
@ -323,12 +323,12 @@ where users can usually pass a customized function to these functions as a param
@@ -323,12 +323,12 @@ where users can usually pass a customized function to these functions as a param