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