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

Method KeepValue

tempodb/encoding/vparquet4/block_search.go:470–474  ·  view source on GitHub ↗

KeepValue is only called if this column does not have a dictionary. Just report everything to r.cb and return false so the iterator do any extra work.

(v parquet.Value)

Source from the content-addressed store, hash-verified

468// KeepValue is only called if this column does not have a dictionary. Just report everything to r.cb and
469// return false so the iterator do any extra work.
470func (r *reportValuesPredicate) KeepValue(v parquet.Value) bool {
471 callback(r.cb, v)
472
473 return false
474}
475
476func callback(cb common.TagValuesCallbackV2, v parquet.Value) (stop bool) {
477 switch v.Kind() {

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected