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

Function NewFloatInPredicate

pkg/parquetquery/predicates.gen.go:1249–1251  ·  view source on GitHub ↗
(vals []float64)

Source from the content-addressed store, hash-verified

1247}
1248
1249func NewFloatInPredicate(vals []float64) FloatInPredicate {
1250 return FloatInPredicate{values: vals}
1251}
1252
1253func (p FloatInPredicate) String() string { return fmt.Sprintf("FloatInPredicate{%v}", p.values) }
1254

Callers 3

createFloatPredicateFunction · 0.92
createFloatPredicateFunction · 0.92
createFloatPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected