Class IndexerBasedAggregatorNode

All Implemented Interfaces:
IAggregatorNode, NetworkStructureChangeSensitiveNode, Node, Supplier
Direct Known Subclasses:
CountNode

public abstract class IndexerBasedAggregatorNode extends StandardNode implements IAggregatorNode
A special node depending on a projection indexer to aggregate tuple groups with the same projection. Only propagates the aggregates of non-empty groups. Use the outer indexers to circumvent.

This node cannot be used in recursive differential dataflow evaluation.

Since:
1.4
  • Constructor Details

    • IndexerBasedAggregatorNode

      public IndexerBasedAggregatorNode(ReteContainer reteContainer)
      MUST call initializeWith() afterwards!
  • Method Details