| 1 | import { describe, expect, it } from 'vitest' |
| 2 | import { processArgument } from '../../../src/query/compiler/select.js' |
| 3 | import { Aggregate, Func, PropRef, Value } from '../../../src/query/ir.js' |
| 4 |
nothing calls this directly
no test coverage detected