Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ getNextOperatorId
Method
getNextOperatorId
packages/db-ivm/src/d2.ts:23–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
getNextOperatorId(): number {
24
this.#checkNotFinalized()
25
return
this.#nextOperatorId++
26
}
27
28
newInput<T>(): RootStreamBuilder<T> {
29
this.#checkNotFinalized()
Callers
15
groupedTopKWithFractionalIndex
Function · 0.80
output
Function · 0.80
reduce
Function · 0.80
distinct
Function · 0.80
count
Function · 0.80
map
Function · 0.80
topKWithFractionalIndexBTree
Function · 0.80
filter
Function · 0.80
concat
Function · 0.80
consolidate
Function · 0.80
debug
Function · 0.80
join
Function · 0.80
Calls
1
#checkNotFinalized
Method · 0.95
Tested by
no test coverage detected