([, namespacedRow]: [string, NamespacedRow])
| 548 | |
| 549 | // Create a raw value extractor function for the expression to aggregate |
| 550 | const rawValueExtractor = ([, namespacedRow]: [string, NamespacedRow]) => { |
| 551 | return compiledExpr(namespacedRow) |
| 552 | } |
| 553 | |
| 554 | // Return the appropriate aggregate function |
| 555 | switch (aggExpr.name.toLowerCase()) { |
nothing calls this directly
no outgoing calls
no test coverage detected