Class MapColumnProcessor<T,​C extends tech.tablesaw.columns.Column<T>>

java.lang.Object
com.lumiomedical.etl.dataframe.processor.column.MapColumnProcessor<T,​C>
All Implemented Interfaces:
TableProcessor
Direct Known Subclasses:
RegexReplaceProcessor, StringReplaceProcessor

public class MapColumnProcessor<T,​C extends tech.tablesaw.columns.Column<T>>
extends Object
implements TableProcessor
Transforms the values in a given set of columns using a provided mapping function. The column target type is expected to be the same as the origin type (ie. column mutation is not possible).
Author:
Pierre Lecerf ([email protected]) Created on 2020/03/17