Package adalid.core
Class NumericAggregate
- java.lang.Object
-
- adalid.core.NumericAggregate
-
public class NumericAggregate extends Object
- Author:
- Jorge Campins
-
-
Constructor Summary
Constructors Constructor Description NumericAggregate(RowsAggregateOp operator, Property property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RowsAggregateOpgetOperator()PropertygetProperty()
-
-
-
Constructor Detail
-
NumericAggregate
public NumericAggregate(RowsAggregateOp operator, Property property)
-
-
Method Detail
-
getOperator
public RowsAggregateOp getOperator()
- Returns:
- the aggregate operator
-
getProperty
public Property getProperty()
- Returns:
- the aggregate property
-
-