Module reduce

Source
Expand description

Reduction dataflow construction.

Consult ReducePlan documentation for details.

Modulesยง

monoids ๐Ÿ”’
Monoids for in-place compaction of monotonic streams.
window_agg_helpers ๐Ÿ”’

Enumsยง

Accum ๐Ÿ”’
Accumulates values for the various types of accumulable aggregations.

Staticsยง

FLOAT_SCALE ๐Ÿ”’

Functionsยง

accumulable_zero ๐Ÿ”’
datum_to_accumulator ๐Ÿ”’
evaluate_mfp_after ๐Ÿ”’
Evaluates the fused MFP, if one exists, on a reconstructed DatumVecBorrow containing key and aggregate values, then returns a result Row or None if the MFP filters the result out.
finalize_accum ๐Ÿ”’

Type Aliasesยง

AccumCount ๐Ÿ”’
The type for accumulator counting. Set to Overflowing<u128>.