MCPcopy Create free account
hub / github.com/effect-app/libs / Where

Class Where

packages/effect-app/src/Model/query/dsl.ts:276–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…