flowstdlib 1.0.0

The standard library of functions and flows for 'flow' programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
function = "max"
description = "Track the maximum value in a stream. Output final maximum on null EOF."
source = "max.rs"
docs = "max.md"
type = "rust"
[[input]]
name = "value"
type = "number"
[[input]]
name = "partial"
type = "number"
[[output]]
name = "partial"
type = "number"
[[output]]
name = "result"
type = "number"