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

Function NewFloatNotInPredicate

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

Source from the content-addressed store, hash-verified

1307}
1308
1309func NewFloatNotInPredicate(vals []float64) FloatNotInPredicate {
1310 return FloatNotInPredicate{values: vals}
1311}
1312
1313func (p FloatNotInPredicate) String() string {
1314 return fmt.Sprintf("FloatNotInPredicate{%v}", p.values)

Callers 3

createFloatPredicateFunction · 0.92
createFloatPredicateFunction · 0.92
createFloatPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected