Package io.deephaven.importers.csv.parsers
package io.deephaven.importers.csv.parsers
-
ClassesClassDescriptionParser for Instant type object that supports error count tracking.CsvObjectParserBase<TYPE,
TARRAY> This is base class for custom parsers that have a non-primitive data type in general.A class that holds the methods to build and associate the appropriate parser for ColumnSinks that are in source file.The parser will be used for the partition column when the schema has a partition column defined.This is a basic implementation that maintains the original IteratorHolder and delegates all calls directly to it.