Streamline dfei test functor usage
- Remove unneeded
VALUEandVALUE_ORfunctors, and put the actually necessary ones in a more logical place - Drop unnecessary
CAST_TO_FLOAT: this depends on Rec!4071 (merged), which generalizes the 'SUM' functor so that it can sum integers, and not just floats - Prefer
COUNT_IF(predicate)overSIZE_OF @ FILTER(predicate) - Make creation of FunctorCollection more structured: instead of repeating lots of things, construct them from basic blocks.
- Take advantage of the more generic
FLATTENin Rec!4071 (merged) to flatten 'earlier', which further simplifies the structure
must go together with Rec!4071 (merged)
Edited by Gerhard Raven