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

Function NewIntGreaterPredicate

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

Source from the content-addressed store, hash-verified

137}
138
139func NewIntGreaterPredicate(val int64) IntGreaterPredicate {
140 return IntGreaterPredicate{value: val}
141}
142
143func (p IntGreaterPredicate) String() string {
144 return fmt.Sprintf("IntGreaterPredicate{%d}", p.value)

Callers 3

createIntPredicateFunction · 0.92
createIntPredicateFunction · 0.92
createIntPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected