Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ NewWithSize
Function
NewWithSize
pkg/parquetquery/intern/intern.go:23–25 ·
view source on GitHub ↗
(size int)
Source
from the content-addressed store, hash-verified
21
}
22
23
func
NewWithSize(size int) *Interner {
24
return
&Interner{m: make(
map
[string][]byte, size)}
25
}
26
27
func
(i *Interner) UnsafeClone(v *pq.Value) pq.Value {
28
switch
v.Kind() {
Callers
1
New
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected