Module vector::line_agg

source ·
Expand description

A reusable line aggregation implementation.

Structs§

  • Configuration of multi-line aggregation.
  • Line aggregator.
  • Core line aggregation logic.

Enums§

  • Specifies the amount of lines to emit in response to a single input line. We have to emit either one or two lines.
  • Mode of operation of the line aggregator.