| Class | Description |
|---|---|
| Categorical |
Class for tracking categorical (enum) columns.
|
| ParseDataset | |
| ParseDataset.ParserFJTask | |
| Parser |
A collection of utility classes for parsing.
|
| Parser.ColTypeInfo | |
| Parser.InspectDataOut |
Class implementing DataOut, on behalf of the GUI, for parsing &
previewing the first few lines & columns of a file.
|
| ParseSetup |
Configuration and base guesser for a parse;
|
| ParseSetup.GuessSetupTsk | |
| ParseSetupHandler |
A class holding parser-setup flags: kind of parser, field separator, column
header labels, whether or not to allow single-quotes to quote, number of
columns discovered.
|
| ParseSetupV2 | |
| ParseTime | |
| ValueString |
| Enum | Description |
|---|---|
| Parser.ColType | |
| ParserType |
Which parse flavor is being used, and does it support parallel parsing.
|