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

Function NewBoolNotEqualPredicate

pkg/parquetquery/predicates.gen.go:762–764  ·  view source on GitHub ↗
(val bool)

Source from the content-addressed store, hash-verified

760}
761
762func NewBoolNotEqualPredicate(val bool) BoolNotEqualPredicate {
763 return BoolNotEqualPredicate{value: val}
764}
765
766func (p BoolNotEqualPredicate) String() string {
767 return fmt.Sprintf("BoolNotEqualPredicate{%t}", p.value)

Callers 3

createBoolPredicateFunction · 0.92
createBoolPredicateFunction · 0.92
createBoolPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected