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

Function NewIntEqualPredicate

pkg/parquetquery/predicates.gen.go:19–21  ·  view source on GitHub ↗
(val int64)

Source from the content-addressed store, hash-verified

17}
18
19func NewIntEqualPredicate(val int64) IntEqualPredicate {
20 return IntEqualPredicate{value: val}
21}
22
23func (p IntEqualPredicate) String() string {
24 return fmt.Sprintf("IntEqualPredicate{%d}", p.value)

Callers 3

createIntPredicateFunction · 0.92
createIntPredicateFunction · 0.92
createIntPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected