Skip to content

Instantly share code, notes, and snippets.

@lpgauth
Last active August 29, 2015 13:57
Show Gist options
  • Save lpgauth/9821002 to your computer and use it in GitHub Desktop.
Save lpgauth/9821002 to your computer and use it in GitHub Desktop.
% swirl_flow 0.2
-spec map(stream_name(), event(), mapper_opts()) -> list(update()) | update() | ignore.
-spec reducer(flow(), row(), reducer_opts()) -> update() | ignore.
-spec output(flow(), period(), list(row()), output_opts() -> ok.
@lpgauth
Copy link
Author

lpgauth commented Mar 28, 2014

new flow_opts():
{skip_reduce, boolean()}

@lpgauth
Copy link
Author

lpgauth commented Mar 28, 2014

{reducer_sort, sort_opts()}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment