Class CsvDBDateTimeParser

java.lang.Object
com.illumon.iris.importers.csv.parsers.CsvObjectParserBase<DBDateTime,​DBDateTime[]>
com.illumon.iris.importers.csv.parsers.CsvDBDateTimeParser
All Implemented Interfaces:
io.deephaven.csv.parsers.Parser<DBDateTime[]>

public class CsvDBDateTimeParser
extends CsvObjectParserBase<DBDateTime,​DBDateTime[]>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.deephaven.csv.parsers.Parser

    io.deephaven.csv.parsers.Parser.GlobalContext, io.deephaven.csv.parsers.Parser.ParserContext<TARRAY extends Object>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected boolean applyTransform  
    protected AppendableColumnSink<TYPE,​TARRAY> columnSink  
    protected ImportColumnDataTransformer dataTransformer  
    protected static int INITIAL_TRANSFORM_BUFFER_SIZE  
    protected CsvParserContext parserContext  
    protected char[] transformBuffer  

    Fields inherited from class com.illumon.iris.importers.csv.parsers.CsvObjectParserBase

    holder

    Fields inherited from interface io.deephaven.csv.parsers.Parser

    CHUNK_SIZE
  • Method Summary

    Modifier and Type Method Description
    protected DBDateTime getCurrentValue​(String bufferValue)  
    protected int getLength​(DBDateTime[] values)  
    protected char[] getTransformData​(io.deephaven.csv.parsers.IteratorHolder ih)
    Method to update reusable transform buffer
    io.deephaven.csv.parsers.Parser.ParserContext<DBDateTime[]> makeParserContext​(io.deephaven.csv.parsers.Parser.GlobalContext gctx, int chunkSize)  
    protected boolean suppressErrorAndUpdateWithDefault​(long rowNum, boolean isNull, TARRAY values, int chunkIndex)
    On null or error conditions verifies if allowed error count is exhausted by considering strict and failDefault attributes.
    protected boolean tryUpdateWithDefault​(DBDateTime[] values, int chunkIndex)
    Implementations should update with default value at the current position.
    protected void updateCurrentValue​(DBDateTime[] values, DBDateTime currentValue, int chunkIndex)  

    Methods inherited from class com.illumon.iris.importers.csv.parsers.CsvObjectParserBase

    tryParse

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait