Package adalid.core.expressions
Class XB.NumericExpressionBuilder.DataAggregate
java.lang.Object
adalid.core.expressions.XB.NumericExpressionBuilder.DataAggregate
- Enclosing class:
XB.NumericExpressionBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionavg(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands) coalesce(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands) count(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands) max(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands) min(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands) product(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands) sum(NumericExpression operand1, NumericExpression operand2, NumericExpression... extraOperands)
-
Constructor Details
-
DataAggregate
public DataAggregate()
-
-
Method Details
-
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)
-