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

Function NewIntInPredicate

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

Source from the content-addressed store, hash-verified

1149}
1150
1151func NewIntInPredicate(vals []int64) IntInPredicate {
1152 return IntInPredicate{values: vals}
1153}
1154
1155func (p IntInPredicate) String() string { return fmt.Sprintf("IntInPredicate{%v}", p.values) }
1156

Callers 7

createIntPredicateFunction · 0.92
createIntPredicateFunction · 0.92
createIntPredicateFunction · 0.92
TestIntInPredicateFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestIntInPredicateFunction · 0.68