You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's technically outside of the Activity Schema spec, but it would be nice if the package shipped with additional aggregation functions to use with the aggregate relationships. Aggregations include:
average
median
listagg (available in Narrator)
listagg distinct
count distinct
boolean sum - convert boolean features to integers and sum them
not null - returns true if the feature has at least one non-null value, else false. Useful for sparse features.
Description
It's technically outside of the Activity Schema spec, but it would be nice if the package shipped with additional aggregation functions to use with the
aggregate
relationships. Aggregations include:true
if the feature has at least one non-null value, else false. Useful for sparse features.Dependencies
Implementation
_aggfunc_name.sql
(e.g._average.sql
)caller()
implementation pattern (see example)Checklist for each of the aggregations to implement:
Open Questions
The text was updated successfully, but these errors were encountered: