| 274 | readonly operation: ComputedProjectionOperation |
| 275 | } |
| 276 | | { |
| 277 | readonly _tag: "relation-distinct-count" |
| 278 | readonly path: string |
| 279 | readonly field: string |
| 280 | readonly operation?: ComputedProjectionOperation |
| 281 | } |
| 282 | | { |
| 283 | readonly _tag: "relation-sum" |
| 284 | readonly path: string |
| 285 | readonly field: string |
| 286 | readonly operation?: ComputedProjectionOperation |
| 287 | } |
| 288 | | { |
| 289 | readonly _tag: "relation-sum-expr" |
| 290 | readonly path: string |
| 291 | readonly expression: ComputedProjectionMathExpression |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…