Multiply (In Database) (In-Database Processing)
Synopsis
Allows to reuse the current result on multiple branches.Description
This operator can be used to start multiple branches from this point. The same data set can be processed differently on different branches. Note that as this operator does not write temporary data to the database, the query in the input will be re-executed for every output. Of course, the optimizer of the database almost certainly improves on this.
Input
- input
Output
- output 1