java.lang.Object
tools.refinery.interpreter.matchers.psystem.aggregations.BoundAggregator

public class BoundAggregator extends Object
Augments an aggregator operator with type bindings for the type of values being aggregated and the aggregate result.

In case of count, the operator should be null.

Since:
1.4
  • Constructor Details

  • Method Details

    • getOperator

      public IMultisetAggregationOperator<?,?,?> getOperator()
    • getDomainType

      public Class<?> getDomainType()
    • getAggregateResultType

      public Class<?> getAggregateResultType()
    • getDomainTypeAsInputKey

      public IInputKey getDomainTypeAsInputKey()
    • getAggregateResultTypeAsInputKey

      public IInputKey getAggregateResultTypeAsInputKey()