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

Function NewFloatGreaterPredicate

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

Source from the content-addressed store, hash-verified

491}
492
493func NewFloatGreaterPredicate(val float64) FloatGreaterPredicate {
494 return FloatGreaterPredicate{value: val}
495}
496
497func (p FloatGreaterPredicate) String() string {
498 return fmt.Sprintf("FloatGreaterPredicate{%f}", p.value)

Callers 3

createFloatPredicateFunction · 0.92
createFloatPredicateFunction · 0.92
createFloatPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected