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

Method KeepPage

pkg/parquetquery/predicates.go:476–485  ·  view source on GitHub ↗
(page pq.Page)

Source from the content-addressed store, hash-verified

474}
475
476func (p *InstrumentedPredicate) KeepPage(page pq.Page) bool {
477 p.InspectedPages++
478
479 if p.Pred == nil || p.Pred.KeepPage(page) {
480 p.KeptPages++
481 return true
482 }
483
484 return false
485}
486
487func (p *InstrumentedPredicate) KeepValue(v pq.Value) bool {
488 p.InspectedValues++

Callers

nothing calls this directly

Calls 1

KeepPageMethod · 0.65

Tested by

no test coverage detected