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

Function NewFloatNotEqualPredicate

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

Source from the content-addressed store, hash-verified

431}
432
433func NewFloatNotEqualPredicate(val float64) FloatNotEqualPredicate {
434 return FloatNotEqualPredicate{value: val}
435}
436
437func (p FloatNotEqualPredicate) String() string {
438 return fmt.Sprintf("FloatNotEqualPredicate{%f}", p.value)

Callers 3

createFloatPredicateFunction · 0.92
createFloatPredicateFunction · 0.92
createFloatPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected