Class AggregateFunction
java.lang.Object
org.ehrbase.openehr.sdk.aql.dto.operand.AggregateFunction
- All Implemented Interfaces:
ColumnExpression
- Direct Known Subclasses:
CountDistinctAggregateFunction
public sealed class AggregateFunction
extends Object
implements ColumnExpression
permits CountDistinctAggregateFunction
- Author:
- Stefan Spiska
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetFunctionName(AggregateFunction.AggregateFunctionName functionName) voidsetIdentifiedPath(IdentifiedPath identifiedPath) toString()
-
Constructor Details
-
AggregateFunction
public AggregateFunction()
-
-
Method Details