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

Function NewIntBetweenPredicate

pkg/parquetquery/predicates.go:281–283  ·  view source on GitHub ↗
(min, max int64)

Source from the content-addressed store, hash-verified

279var _ Predicate = (*IntBetweenPredicate)(nil)
280
281func NewIntBetweenPredicate(min, max int64) *IntBetweenPredicate {
282 return &IntBetweenPredicate{min, max}
283}
284
285func (p *IntBetweenPredicate) String() string {
286 return fmt.Sprintf("IntBetweenPredicate{%d,%d}", p.min, p.max)

Callers 5

createTraceIteratorFunction · 0.92
createTraceIteratorFunction · 0.92
createTraceIteratorsFunction · 0.92
createTraceIteratorFunction · 0.92

Calls

no outgoing calls

Tested by 1