NoKeySummarizer

The NoKeySummarizer is used when summarizing values across the entire input.

Note: NoKeySummarizer is used in Operator unit tests and gets extensive testing through that mechanism.

Constructors

this
this(char inputFieldDelimiter, MissingFieldPolicy missingPolicy)
Undocumented in source.

Members

Functions

processNextLine
void processNextLine(char[][] lineFields)

Called to process non-header lines.

setOperators
void setOperators(InputRange!Operator operators)

Called after initializing the object for each operator to be processed.

writeSummaryBody
void writeSummaryBody(OutputRange outputStream, SummarizerPrintOptions printOptions)

Called to write the result lines.

writeSummaryHeader
void writeSummaryHeader(OutputRange outputStream, SummarizerPrintOptions printOptions)

Called to write the header line.

Meta