MCPcopy
hub / github.com/grafana/tempo / NewByteEqualPredicate

Function NewByteEqualPredicate

pkg/parquetquery/predicates.gen.go:1031–1033  ·  view source on GitHub ↗
(val []byte)

Source from the content-addressed store, hash-verified

1029}
1030
1031func NewByteEqualPredicate(val []byte) ByteEqualPredicate {
1032 return ByteEqualPredicate{value: val}
1033}
1034
1035func (p ByteEqualPredicate) String() string {
1036 return fmt.Sprintf("ByteEqualPredicate{%s}", p.value)

Callers 4

createBytesPredicateFunction · 0.92
createBytesPredicateFunction · 0.92
createBytesPredicateFunction · 0.92
NewStringEqualPredicateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected