public class Sum extends UnaryExpression implements AggregationExpression
| Constructor and Description |
|---|
Sum(Expression argument) |
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends DataType>> |
allowedDataTypes() |
Operator |
getOperator() |
DataType |
getReturnedDataType()
Validates the returned data type of the Expression.
|
equals, getArgument, hashCode, setArgument, toString, validateclone, getAppliableOperatorspublic Sum(Expression argument)
public List<Class<? extends DataType>> allowedDataTypes()
allowedDataTypes in class UnaryExpressionpublic Operator getOperator()
getOperator in class CompositeExpressionpublic DataType getReturnedDataType() throws NotEvaluableDataTypeException
ExpressiongetReturnedDataType in class ExpressionNotEvaluableDataTypeExceptionCopyright © 2014. All Rights Reserved.