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

Function NewIntLessEqualPredicate

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

Source from the content-addressed store, hash-verified

313}
314
315func NewIntLessEqualPredicate(val int64) IntLessEqualPredicate {
316 return IntLessEqualPredicate{value: val}
317}
318
319func (p IntLessEqualPredicate) String() string {
320 return fmt.Sprintf("IntLessEqualPredicate{%d}", p.value)

Callers 6

createIntPredicateFunction · 0.92
createIntPredicateFunction · 0.92
createIntPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected