package
0.0.0-20200630053641-03683fefd86d
Repository: https://github.com/blep-ai/automi.git
Documentation: pkg.go.dev

# Functions

New creates a new binary operator.
ReduceFunc returns a binary function which takes a user-defined accumulator function to apply reduction (fold) logic to incoming streaming items to return a single summary value.

# Structs

BinaryOperator represents an operator that knows how to run a binary operations such as aggregation, reduction, etc.