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

Struct reportValuesPredicate

tempodb/encoding/vparquet4/block_search.go:430–432  ·  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

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected