| 300 | } |
| 301 | | { |
| 302 | readonly _tag: "relation-sum-expr-normalized" |
| 303 | readonly path: string |
| 304 | readonly expression: ComputedProjectionMathExpression |
| 305 | readonly unit: string |
| 306 | readonly toBase: string |
| 307 | readonly factors: Readonly<Record<string, number>> |
| 308 | readonly operation?: ComputedProjectionOperation |
| 309 | } |
| 310 | | { |
| 311 | readonly _tag: "relation-collect" |
| 312 | readonly path: string |
| 313 | readonly field: string |
| 314 | readonly distinct: boolean |
| 315 | readonly operation?: ComputedProjectionOperation |
nothing calls this directly
no outgoing calls
no test coverage detected