+doc, str #16716: Table summarizing built-in processing stages

This commit is contained in:
Endre Sándor Varga 2015-04-09 16:11:16 +02:00 committed by Endre Sándor Varga
parent e15891b7c9
commit e82b89e285
15 changed files with 658 additions and 17 deletions

View file

@ -30,6 +30,7 @@ Processing Stage
The common name for all building blocks that build up a Flow or FlowGraph.
Examples of a processing stage would be operations like ``map()``, ``filter()``, stages added by ``transform()`` like
:class:`PushStage`, :class:`PushPullStage`, :class:`StatefulStage` and graph junctions like ``Merge`` or ``Broadcast``.
For the full list of built-in processing stages see :ref:`stages-overview`
Defining and running streams
----------------------------