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

Function NewFloatLessPredicate

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

Source from the content-addressed store, hash-verified

609}
610
611func NewFloatLessPredicate(val float64) FloatLessPredicate {
612 return FloatLessPredicate{value: val}
613}
614
615func (p FloatLessPredicate) String() string {
616 return fmt.Sprintf("FloatLessPredicate{%f}", p.value)

Callers 3

createFloatPredicateFunction · 0.92
createFloatPredicateFunction · 0.92
createFloatPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected