From 3b20a40bb77986428b903137c6562b3e6a92aa3f Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sun, 8 Oct 2017 17:42:48 +0200 Subject: [PATCH] [doc] Missing description. --- docs/guide/introduction.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guide/introduction.rst b/docs/guide/introduction.rst index 7d89253..dcf9686 100644 --- a/docs/guide/introduction.rst +++ b/docs/guide/introduction.rst @@ -68,6 +68,8 @@ processing while `B` and `C` are working. BEGIN2 -> "B" -> "C"; } +Now, we feed `C` with both `A` and `B` output. It is not a "join", or "cartesian product". It is just two different +pipes plugged to `C` input, and whichever yields data will see this data feeded to `C`, one row at a time. What is it not? :::::::::::::::