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