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

Function NewIntGreaterEqualPredicate

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

Source from the content-addressed store, hash-verified

196}
197
198func NewIntGreaterEqualPredicate(val int64) IntGreaterEqualPredicate {
199 return IntGreaterEqualPredicate{value: val}
200}
201
202func (p IntGreaterEqualPredicate) String() string {
203 return fmt.Sprintf("IntGreaterEqualPredicate{%d}", p.value)

Callers 6

createIntPredicateFunction · 0.92
createIntPredicateFunction · 0.92
createIntPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected