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

Struct reportValuesPredicate

tempodb/encoding/vparquet3/block_search.go:427–429  ·  view source on GitHub ↗

reportValuesPredicate is a "fake" predicate that uses existing iterator logic to find all values in a given column

Source from the content-addressed store, hash-verified

425
426// reportValuesPredicate is a "fake" predicate that uses existing iterator logic to find all values in a given column
427type reportValuesPredicate struct {
428 cb common.TagValuesCallbackV2
429}
430
431func newReportValuesPredicate(cb common.TagValuesCallbackV2) *reportValuesPredicate {
432 return &reportValuesPredicate{cb: cb}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected