Package com.illumon.iris.importers.csv.parsers
package com.illumon.iris.importers.csv.parsers
-
ClassesClassDescriptionCsvObjectParserBase<TYPE,
TARRAY> This is base class for custom parsers that have a non-primitive data type in general.Context class that holds the attributes and functionality common to all custom parsersA 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.