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

Class Or

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected