Package io.deephaven.importers.csv.sink
package io.deephaven.importers.csv.sink
-
ClassDescriptionAppendableColumnSink<DATA_TYPE,
TARRAY> The interface encapsulates the table column properties and provides wrapper methods to invoke persist calls on underlyingLocalAppendableColumnFactory 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.This class is the Instant array column sink implementation to be supplied from the sink factory call for DHC CSV Parser.This class is the Instant column sink implementation to be supplied from the sink factory call for DHC CSV Parser.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.An interface that allows non-custom setter columns to publish their data while allowing custom setter columns to retrieve and use the data appropriately