Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ clear
Method
clear
tempodb/encoding/vparquet4/multiblock_iterator.go:162–165 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
160
}
161
162
func
(b *bookmark[T]) clear() {
163
b.currentID = nil
164
b.currentObject = nil
165
}
166
167
func
(b *bookmark[T]) close() {
168
b.iter.Close()
Callers
1
Next
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected