Interface | Description |
---|---|
BinaryFormatExporter | |
ParseReader |
Manage bulk streaming input data to the parser.
|
ParseWriter |
Interface for writing results of parsing, accumulating numbers and
strings or handling invalid lines & parse errors.
|
PreviewParseWriter.IDomain | |
StreamParseWriter |
Class | Description |
---|---|
BinaryParserProvider |
Base class for Binary format parsers that implements 2-phase ParseSetup.
|
BufferedString |
A mutable wrapper to hold String as a byte array.
|
Categorical |
Class for tracking categorical (factor) columns.
|
CsvParser | |
DecryptionTool |
Base class for implementations of the Decryption Tool
Decryption Tool is applied to the raw data loaded from source files and decrypts them on-the-fly.
|
DecryptionTool.DecryptionSetup |
Blueprint of the Decryption Tool
|
DefaultParserProviders |
Default parsers provided by H2O.
|
DefaultParserProviders.ArffParserProvider | |
DefaultParserProviders.CsvParserProvider | |
DefaultParserProviders.GuessParserProvider | |
DefaultParserProviders.SVMLightParserProvider | |
DefaultParserProviders.XlsParserProvider | |
FVecParseReader |
Parser data in taking data from fluid vec chunk.
|
FVecParseWriter |
Parsed data output specialized for fluid vecs.
|
GenericDecryptionTool | |
NullDecryptionTool | |
PackedDomains | |
ParseDataset | |
ParseDataset.ParserFJTask | |
ParseFinalizer | |
Parser |
A collection of utility classes for parsing.
|
ParserInfo |
A lightweight handle with basic information about parser.
|
ParserProvider |
Generic Parser provider.
|
ParserService |
Service to manage optional implementation of parsers.
|
ParseSetup |
A generic configuration and base guesser for a parser.
|
ParseSetup.GuessSetupTsk |
Try to determine the ParseSetup on a file by file basis
and merge results.
|
ParseTime | |
ParseUUID |
Utility class for parsing UUIDs.
|
ParseWriter.ParseErr | |
ParseWriter.UnsupportedTypeOverride | |
PreviewParseWriter |
Class implementing ParseWriter, on behalf ParseSetup
to examine the contents of a file for guess the column types.
|
SVMLightFVecParseWriter | |
SyntheticColumnGenerator | |
ZipUtil |
Enum | Description |
---|---|
ParserInfo.ParseMethod | |
ZipUtil.Compression |
Exception | Description |
---|---|
ParseDataset.H2OParseException |