Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ finalize
Method
finalize
packages/db-ivm/src/d2.ts:41–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
finalize() {
42
this.#checkNotFinalized()
43
this.#finalized = true
44
}
45
46
step(): void {
47
if
(!this.#finalized) {
Callers
15
testJoin
Function · 0.95
testDistinct
Function · 0.95
testCount
Function · 0.95
testJoin
Function · 0.95
testConsolidate
Function · 0.95
compilePipeline
Method · 0.80
extendPipelineWithChangeProcessing
Method · 0.80
basic.test.ts
File · 0.80
subqueries.test.ts
File · 0.80
topK.test.ts
File · 0.80
output.test.ts
File · 0.80
groupBy.test.ts
File · 0.80
Calls
1
#checkNotFinalized
Method · 0.95
Tested by
5
testJoin
Function · 0.76
testDistinct
Function · 0.76
testCount
Function · 0.76
testJoin
Function · 0.76
testConsolidate
Function · 0.76