Package org.jpmml.evaluator
Class ColumnCollector
- java.lang.Object
-
- org.jpmml.evaluator.ColumnCollector
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.util.stream.Collector
Collector.Characteristics
-
-
Constructor Summary
Constructors Constructor Description ColumnCollector(Table table, String column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BiConsumer<List<Object>,Object>accumulator()Set<Collector.Characteristics>characteristics()BinaryOperator<List<Object>>combiner()Function<List<Object>,Table>finisher()StringgetColumn()TablegetTable()Supplier<List<Object>>supplier()
-
-
-
Method Detail
-
characteristics
public Set<Collector.Characteristics> characteristics()
-
accumulator
public BiConsumer<List<Object>,Object> accumulator()
-
combiner
public BinaryOperator<List<Object>> combiner()
-
getTable
public Table getTable()
-
getColumn
public String getColumn()
-
-