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

Struct ByteInPredicate

pkg/parquetquery/predicates.go:34–36  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

32
33// ByteInPredicate checks for any of the given strings. Case-sensitive exact byte matching
34type ByteInPredicate struct {
35 values [][]byte
36}
37
38var _ Predicate = (*ByteInPredicate)(nil)
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected