Package tools.refinery.logic.term
Interface Aggregator<R,T>
- All Known Subinterfaces:
StatefulAggregator<R,
,T> StatelessAggregator<R,
T>
- All Known Implementing Classes:
ExtremeValueAggregator
,IntSumAggregator
,RealSumAggregator
,UpperCardinalitySumAggregator
public interface Aggregator<R,T>
-
Method Summary
-
Method Details
-
getResultType
-
getInputType
-
aggregateStream
-
getEmptyResult
-