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

Function NewBoolEqualPredicate

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

Source from the content-addressed store, hash-verified

725}
726
727func NewBoolEqualPredicate(val bool) BoolEqualPredicate {
728 return BoolEqualPredicate{value: val}
729}
730
731func (p BoolEqualPredicate) String() string {
732 return fmt.Sprintf("BoolEqualPredicate{%t}", p.value)

Callers 3

createBoolPredicateFunction · 0.92
createBoolPredicateFunction · 0.92
createBoolPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected