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

Function NewIntNotInPredicate

pkg/parquetquery/predicates.gen.go:1211–1213  ·  view source on GitHub ↗
(vals []int64)

Source from the content-addressed store, hash-verified

1209}
1210
1211func NewIntNotInPredicate(vals []int64) IntNotInPredicate {
1212 return IntNotInPredicate{values: vals}
1213}
1214
1215func (p IntNotInPredicate) String() string {
1216 return fmt.Sprintf("IntNotInPredicate{%v}", p.values)

Callers 7

createIntPredicateFunction · 0.92
createIntPredicateFunction · 0.92
createIntPredicateFunction · 0.92
TestIntNotInPredicateFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestIntNotInPredicateFunction · 0.68