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

Function NewIntNotEqualPredicate

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

Source from the content-addressed store, hash-verified

77}
78
79func NewIntNotEqualPredicate(val int64) IntNotEqualPredicate {
80 return IntNotEqualPredicate{value: val}
81}
82
83func (p IntNotEqualPredicate) String() string {
84 return fmt.Sprintf("IntNotEqualPredicate{%d}", p.value)

Callers 3

createIntPredicateFunction · 0.92
createIntPredicateFunction · 0.92
createIntPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected