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

Function NewFloatLessEqualPredicate

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

Source from the content-addressed store, hash-verified

667}
668
669func NewFloatLessEqualPredicate(val float64) FloatLessEqualPredicate {
670 return FloatLessEqualPredicate{value: val}
671}
672
673func (p FloatLessEqualPredicate) String() string {
674 return fmt.Sprintf("FloatLessEqualPredicate{%f}", p.value)

Callers 3

createFloatPredicateFunction · 0.92
createFloatPredicateFunction · 0.92
createFloatPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected