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

Function NewFloatGreaterEqualPredicate

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

Source from the content-addressed store, hash-verified

550}
551
552func NewFloatGreaterEqualPredicate(val float64) FloatGreaterEqualPredicate {
553 return FloatGreaterEqualPredicate{value: val}
554}
555
556func (p FloatGreaterEqualPredicate) String() string {
557 return fmt.Sprintf("FloatGreaterEqualPredicate{%f}", p.value)

Callers 3

createFloatPredicateFunction · 0.92
createFloatPredicateFunction · 0.92
createFloatPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected