Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1008 Bytes

File metadata and controls

26 lines (20 loc) · 1008 Bytes
slug title description keywords sidebar_label
/examples/aggregate-function-combinators/avgMerge
avgMerge
Example of using the avgMerge combinator
avg
merge
combinator
examples
avgMerge
avgMerge

avgMerge {#avgMerge}

Description {#description}

The Merge combinator can be applied to the avg function to produce a final result by combining partial aggregate states.

Example Usage {#example-usage}

The Merge combinator is closely related to the State combinator. Refer to "avgState example usage" for an example of both avgMerge and avgState.

See also {#see-also}