Aggregate Functions
An AggregateFunction
specifies how to get a value from the source entity, to
be used in measures.
Sections
📄️ Count, Sum, Max, Min
These are self-decomposable aggregation functions, which are the simplest form
📄️ Average
Average calculates the average value of a specified property. It requires
📄️ Count Distinct
Count Distinct is an aggregate function that counts the number of distinct
📄️ Standard Deviation
StdDev is an aggregate function that calculates the standard deviation of a
📄️ To-Many Joins Are Not Yet Supported
While our property paths fully supports one-to-many and many-to-many joins, it
📄️ Creating Aggregate Functions
To create an aggregate function, you need to create an implementation of