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

Method get

tempodb/encoding/vparquet5/dedicated_columns.go:263–266  ·  view source on GitHub ↗
(attr string)

Source from the content-addressed store, hash-verified

261}
262
263func (dm *dedicatedColumnMapping) get(attr string) (dedicatedColumn, bool) {
264 col, ok := dm.mapping[attr]
265 return col, ok
266}
267
268func (dm *dedicatedColumnMapping) usesPath(path string) bool {
269 for _, col := range dm.mapping {

Callers 13

createEventIteratorFunction · 0.45
createSpanIteratorFunction · 0.45
createResourceIteratorFunction · 0.45
writeAttrsFunction · 0.45
createResourceIteratorsFunction · 0.45
createSpanIteratorsFunction · 0.45
createEventIteratorsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected