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

Struct ByteNotInPredicate

pkg/parquetquery/predicates.go:107–109  ·  pkg/parquetquery/predicates.go::ByteNotInPredicate

ByteNotInPredicate checks for any of the given strings. Case-sensitive exact byte matching

Source from the content-addressed store, hash-verified

105
106// ByteNotInPredicate checks for any of the given strings. Case-sensitive exact byte matching
107type ByteNotInPredicate struct {
108 values [][]byte
109}
110
111var _ Predicate = (*ByteNotInPredicate)(nil)
112

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected