| 288 | | { |
| 289 | readonly _tag: "relation-sum-expr" |
| 290 | readonly path: string |
| 291 | readonly expression: ComputedProjectionMathExpression |
| 292 | readonly operation?: ComputedProjectionOperation |
| 293 | } |
| 294 | | { |
| 295 | readonly _tag: "relation-sum-expr-by" |
| 296 | readonly path: string |
| 297 | readonly expression: ComputedProjectionMathExpression |
| 298 | readonly unit: string |
| 299 | readonly operation?: ComputedProjectionOperation |
| 300 | } |
| 301 | | { |
| 302 | readonly _tag: "relation-sum-expr-normalized" |
| 303 | readonly path: string |
nothing calls this directly
no outgoing calls
no test coverage detected