Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
avgMerge
Description
TheMerge combinator
can be applied to the avg
function to produce a final result by combining partial aggregate states.
Example usage
TheMerge combinator is closely related to the State combinator. Refer to
“avgState example usage”
for an example of both avgMerge and avgState.