Class CountDistinctAggregateFunction
java.lang.Object
org.ehrbase.openehr.sdk.aql.dto.operand.AggregateFunction
org.ehrbase.openehr.sdk.aql.dto.operand.CountDistinctAggregateFunction
- All Implemented Interfaces:
ColumnExpression
-
Nested Class Summary
Nested classes/interfaces inherited from class org.ehrbase.openehr.sdk.aql.dto.operand.AggregateFunction
AggregateFunction.AggregateFunctionName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFunctionName(AggregateFunction.AggregateFunctionName functionName) Methods inherited from class org.ehrbase.openehr.sdk.aql.dto.operand.AggregateFunction
equals, getFunctionName, getIdentifiedPath, hashCode, setIdentifiedPath, toString
-
Constructor Details
-
CountDistinctAggregateFunction
public CountDistinctAggregateFunction()
-
-
Method Details
-
setFunctionName
- Overrides:
setFunctionNamein classAggregateFunction
-