Package com.illumon.iris.importers.csv.sink
package com.illumon.iris.importers.csv.sink
-
ClassDescriptionAppendableColumnSink<DATA_TYPE,
TARRAY> The interface encapsulates the table column properties and provides wrapper methods to invoke persist calls on underlyingLocalAppendableColumn
Factory class that provides factory methods for sink columnsThis column sink is a wrapper that holds multiple column sinks that are sourced from the same source column.AppendableSink<TYPE,TARRAY> Sink interface used in import csv.BaseAppendableColumnSink<DATA_TYPE,TARRAY> The Base class for All types of implementations forAppendableColumnSink
.ColumnSinkHolder<DATA_TYPE,TARRAY> The dhc parser associates one sink and one parser for each source column.