Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TanStack/db
/ createAgg
Function
createAgg
packages/db/tests/query/optimizer.test.ts:47–49 ·
view source on GitHub ↗
(name: string, ...args: Array<any>)
Source
from the content-addressed store, hash-verified
45
}
46
47
function
createAgg(name: string, ...args: Array<any>) {
48
return
new
Aggregate(name, args)
49
}
50
51
describe(`Query Optimizer`, () => {
52
describe(`Basic Optimization`, () => {
Callers
1
optimizer.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected