Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ NewByteInPredicate
Function
NewByteInPredicate
pkg/parquetquery/predicates.go:50–54 ·
view source on GitHub ↗
(bb [][]byte)
Source
from the content-addressed store, hash-verified
48
}
49
50
func
NewByteInPredicate(bb [][]byte) Predicate {
51
return
&ByteInPredicate{
52
values: bb,
53
}
54
}
55
56
func
(p *ByteInPredicate) String() string {
57
var
strs string
Callers
3
createBytesPredicate
Function · 0.92
createBytesPredicate
Function · 0.92
createBytesPredicate
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected