-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
Query 2020-10-05
There are several aggregation expressions which accept a single expression that must evaluate to a number, for instance. Due to the way our ExpressionNary class hierarchy is implemented, this is equivalent to a singleton array with the one expression (which is actually how we'll serialize such expressions). Need to investigate more thoroughly, but at a minimum these will need to be fixed:
$abs, $ceil, $exp, $floor, $ln, $log10, $sqrt