MCPcopy
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
50func NewByteInPredicate(bb [][]byte) Predicate {
51 return &ByteInPredicate{
52 values: bb,
53 }
54}
55
56func (p *ByteInPredicate) String() string {
57 var strs string

Callers 3

createBytesPredicateFunction · 0.92
createBytesPredicateFunction · 0.92
createBytesPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected