0.0.1 • Published 6 years ago

@metalfs/aggregate v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Metal FS Aggregate Operator

This operator computes the count, sum, minimum and maximum of a stream of incoming integer values.

Installation

npm install @metalfs/aggregate

Operator Details

Description
InputStream of 64-bit big endian unsigned integer values
OutputFour 64-bit big endian unsigned integer values: count, sum, min, max
Stream WidthAdaptable

Options

No options are available.

0.0.1

6 years ago