Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
code
pfabric
Commits
575d8759
Commit
575d8759
authored
Mar 02, 2017
by
Kai-Uwe Sattler
Browse files
more updates on docs
parent
62f47e86
Changes
1
Hide whitespace changes
Inline
Side-by-side
documentation/Operators.md
View file @
575d8759
...
...
@@ -79,7 +79,7 @@ auto s = t.newStreamFromTable<T1, long>(testTable)
`Pipe<T> Topology::fromStream(stream)`
This operator gets another already processed stream as input. With this operator it is possible to use another (already preprocessed)
stream, for example.
`T`
re
ferences to
the tuple type,
`stream`
is another data stream, possibly defined per
`toStream()`
operator
stream, for example.
`T`
re
presents
the tuple type,
`stream`
is another data stream, possibly defined per
`toStream()`
operator
explained later on.
The following example defines the structure of a tuple
`T1`
first, along with a new stream element. Then, tuples are pushed into this
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment