Class AbstractColumnAggregatorNode<Domain,Accumulator,AggregateResult>

All Implemented Interfaces:
Clearable, IAggregatorNode, NetworkStructureChangeSensitiveNode, Node, Receiver, Supplier, Tunnel
Direct Known Subclasses:
ColumnAggregatorNode, FaithfulTimelyColumnAggregatorNode, FirstOnlyTimelyColumnAggregatorNode

public abstract class AbstractColumnAggregatorNode<Domain,Accumulator,AggregateResult> extends SingleInputNode implements Clearable, IAggregatorNode
Groups incoming tuples by the given mask, and aggregates values at a specific index in each group.

Direct children are not supported, use via outer join indexers instead.

There are both timeless and timely implementations.

Since:
2.2