public class Last extends UnaryExpression implements AggregationExpression
| Constructor and Description |
|---|
Last(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, getAppliableOperators, getExpressionsByCategorypublic Last(Expression argument)
public Operator getOperator()
getOperator in class CompositeExpressionpublic DataType getReturnedDataType() throws NotEvaluableDataTypeException
ExpressiongetReturnedDataType in class ExpressionNotEvaluableDataTypeExceptionCopyright © 2014. All Rights Reserved.