Package adalid.core.expressions
Class XB.NumericExpressionBuilder.DataAggregate
- java.lang.Object
-
- adalid.core.expressions.XB.NumericExpressionBuilder.DataAggregate
-
- Enclosing class:
- XB.NumericExpressionBuilder
public class XB.NumericExpressionBuilder.DataAggregate extends Object
-
-
Constructor Summary
Constructors Constructor Description DataAggregate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumericDataAggregateXavg(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands)NumericDataAggregateXcoalesce(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands)NumericDataAggregateXcount(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands)NumericDataAggregateXmax(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands)NumericDataAggregateXmin(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands)NumericDataAggregateXproduct(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands)NumericDataAggregateXsum(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands)
-
-
-
Method Detail
-
coalesce
public NumericDataAggregateX coalesce(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands)
-
count
public NumericDataAggregateX count(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands)
-
max
public NumericDataAggregateX max(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands)
-
min
public NumericDataAggregateX min(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands)
-
sum
public NumericDataAggregateX sum(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands)
-
product
public NumericDataAggregateX product(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands)
-
avg
public NumericDataAggregateX avg(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands)
-
-