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

Method KeepColumnChunk

pkg/parquetquery/predicates.go:465–474  ·  pkg/parquetquery/predicates.go::InstrumentedPredicate.KeepColumnChunk
(c *ColumnChunkHelper)

Source from the content-addressed store, hash-verified

463}
464
465func (p *InstrumentedPredicate) KeepColumnChunk(c *ColumnChunkHelper) bool {
466 p.InspectedColumnChunks++
467
468 if p.Pred == nil || p.Pred.KeepColumnChunk(c) {
469 p.KeptColumnChunks++
470 return true
471 }
472
473 return false
474}
475
476func (p *InstrumentedPredicate) KeepPage(page pq.Page) bool {
477 p.InspectedPages++

Callers

nothing calls this directly

Calls 1

KeepColumnChunkMethod · 0.65

Tested by

no test coverage detected