public class Max extends UnaryExpression implements AggregationExpression
| Constructor and Description |
|---|
Max(Expression argument) |
| Modifier and Type | Method and Description |
|---|---|
Operator |
getOperator() |
DataType |
getReturnedDataType()
Validates the returned data type of the Expression.
|
allowedDataTypes, equals, getArgument, getLeavesByType, hashCode, setArgument, toString, validateclone, getAppliableOperators, getExpressionsByCategorypublic Max(Expression argument)
public Operator getOperator()
getOperator in class CompositeExpressionpublic DataType getReturnedDataType() throws NotEvaluableDataTypeException
ExpressiongetReturnedDataType in class ExpressionNotEvaluableDataTypeExceptionCopyright © 2020. All Rights Reserved.