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

Function NewIntLessPredicate

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

Source from the content-addressed store, hash-verified

255}
256
257func NewIntLessPredicate(val int64) IntLessPredicate {
258 return IntLessPredicate{value: val}
259}
260
261func (p IntLessPredicate) String() string {
262 return fmt.Sprintf("IntLessPredicate{%d}", p.value)

Callers 3

createIntPredicateFunction · 0.92
createIntPredicateFunction · 0.92
createIntPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected