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
COUNT is actually SUM at the moment, because I am an idiot
MIN and MAX do not group correctly
No support for something like Datomic's:with clause
Potentially hairy type conversions
Aggregation might re-order relations, violating any underlying projection
COUNT-DISTINCT
AVG
MEDIAN
VARIANCE
STDDEV
Floating points
Datomic also offers a couple of things returning collections, some of which (e.g. distinct) directly map to Differential operators and should be treated as such.
The text was updated successfully, but these errors were encountered:
:with
clauseAggregation
might re-order relations, violating any underlying projectionDatomic also offers a couple of things returning collections, some of which (e.g.
distinct
) directly map to Differential operators and should be treated as such.The text was updated successfully, but these errors were encountered: