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

Function NewByteNotEqualPredicate

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

Source from the content-addressed store, hash-verified

1089}
1090
1091func NewByteNotEqualPredicate(val []byte) ByteNotEqualPredicate {
1092 return ByteNotEqualPredicate{value: val}
1093}
1094
1095func (p ByteNotEqualPredicate) String() string {
1096 return fmt.Sprintf("ByteNotEqualPredicate{%s}", p.value)

Callers 4

createBytesPredicateFunction · 0.92
createBytesPredicateFunction · 0.92
createBytesPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected