Firebird/Concepts: Difference between revisions
From stonehomewiki
Jump to navigationJump to search
Stonezhong (talk | contribs) |
Stonezhong (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
= Overview = | = Overview = | ||
[[Image:Pipeline.png]] | [[Image:Pipeline.png]] | ||
* A Pipe is a data processing unit, it may have zero or more input ports, and may have zero or more output ports | |||
* A Generator is a Pipe that does not have any input ports | |||
* A Sink is a Pipe that does not have any output ports | |||
Revision as of 02:39, 4 May 2023
Overview
- A Pipe is a data processing unit, it may have zero or more input ports, and may have zero or more output ports
- A Generator is a Pipe that does not have any input ports
- A Sink is a Pipe that does not have any output ports
