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
257b872f
Commit
257b872f
authored
Mar 03, 2017
by
Kai-Uwe Sattler
Browse files
docs modified
parent
d8ce2009
Changes
1
Hide whitespace changes
Inline
Side-by-side
documentation/Operators.md
View file @
257b872f
...
...
@@ -407,7 +407,7 @@ typedef Aggregator2<AggrRes, AggrIdentity<int>, 0, AggrSum<int>, 1> AggrState;
Topology t;
auto s = t.newStreamFromFile("data.csv")
.extract<Tin>(',')
.keyBy<0>()
.keyBy<0
, int
>()
.groupBy<AggrRes, AggrState, int>()
```
...
...
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