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

Struct reportValuesPredicate

tempodb/encoding/vparquet5/block_search.go:416–418  ·  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

414
415// reportValuesPredicate is a "fake" predicate that uses existing iterator logic to find all values in a given column
416type reportValuesPredicate struct {
417 cb common.TagValuesCallbackV2
418}
419
420func newReportValuesPredicate(cb common.TagValuesCallbackV2) *reportValuesPredicate {
421 return &reportValuesPredicate{cb: cb}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected