TsvSummarizeOptions

Command line options - Container and processing. The processArgs method is used to process the command line.

Members

Functions

derivations
void derivations()
Undocumented in source. Be warned that the author may not have intended to support it.
processArgs
auto processArgs(string[] cmdArgs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

endFieldIndex
size_t endFieldIndex;
Undocumented in source.
excludeMissing
bool excludeMissing;
Undocumented in source.
floatPrecision
size_t floatPrecision;
Undocumented in source.
globalMissingPolicy
MissingFieldPolicy globalMissingPolicy;
Undocumented in source.
hasHeader
bool hasHeader;
Undocumented in source.
helpVerbose
bool helpVerbose;
Undocumented in source.
inputFieldDelimiter
char inputFieldDelimiter;
Undocumented in source.
keyFields
size_t[] keyFields;
Undocumented in source.
missingValueReplacement
string missingValueReplacement;
Undocumented in source.
operators
DList!Operator operators;
Undocumented in source.
programName
string programName;
Undocumented in source.
valuesDelimiter
char valuesDelimiter;
Undocumented in source.
versionWanted
bool versionWanted;
Undocumented in source.
writeHeader
bool writeHeader;
Undocumented in source.

Meta