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

Method String

tempodb/encoding/vparquet5/block_search.go:424–426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

422}
423
424func (r *reportValuesPredicate) String() string {
425 return "reportValuesPredicate{}"
426}
427
428// KeepColumnChunk checks to see if the page has a dictionary. if it does then we can report the values contained in it
429// and return false b/c we don't have to go to the actual columns to retrieve values. if there is no dict we return

Callers 3

SearchMethod · 0.45
rawToResultsFunction · 0.45
callbackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected