Package com.illumon.iris.importers.csv.sink
-
Interface Summary Interface Description AppendableColumnSink<DATA_TYPE,TARRAY> The interface encapsulates the table column properties and provides wrapper methods to invoke persist calls on underlyingLocalAppendableColumn
AppendableSink<TYPE,TARRAY> Sink interface used in import csv. -
Class Summary Class Description AppendableColumnSinkFactory Factory class that provides factory methods for sink columnsBaseAppendableColumnSink<DATA_TYPE,TARRAY>