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

Function NewFloatEqualPredicate

pkg/parquetquery/predicates.gen.go:373–375  ·  view source on GitHub ↗
(val float64)

Source from the content-addressed store, hash-verified

371}
372
373func NewFloatEqualPredicate(val float64) FloatEqualPredicate {
374 return FloatEqualPredicate{value: val}
375}
376
377func (p FloatEqualPredicate) String() string {
378 return fmt.Sprintf("FloatEqualPredicate{%f}", p.value)

Callers 3

createFloatPredicateFunction · 0.92
createFloatPredicateFunction · 0.92
createFloatPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected