Calculator

Calculators are responsible for the calculation of a single computation. They process each line and produce the final value when all processing is finished.

Members

Functions

calculate
string calculate(UniqueKeyValuesLists valuesLists, SummarizerPrintOptions printOptions)
Undocumented in source.
processNextLine
void processNextLine(char[][] fields)
Undocumented in source.

Meta