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

Struct IntBetweenPredicate

pkg/parquetquery/predicates.go:275–277  ·  pkg/parquetquery/predicates.go::IntBetweenPredicate

IntBetweenPredicate checks for int between the bounds [min,max] inclusive

Source from the content-addressed store, hash-verified

273
274// IntBetweenPredicate checks for int between the bounds [min,max] inclusive
275type IntBetweenPredicate struct {
276 min, max int64
277}
278
279var _ Predicate = (*IntBetweenPredicate)(nil)
280

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected