OneKeySummarizer

This Summarizer is for the case where the unique key is based on exactly one field.

Constructors

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

Members

Functions

keyFieldHeader
string keyFieldHeader()
Undocumented in source. Be warned that the author may not have intended to support it.
processHeaderLine
bool processHeaderLine(char[][] lineFields)
Undocumented in source. Be warned that the author may not have intended to support it.
processNextLine
void processNextLine(char[][] lineFields)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta