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

Method SetFooterSection

tempodb/encoding/vparquet3/readers_test.go:27–27  ·  view source on GitHub ↗
(_, _ int64)

Source from the content-addressed store, hash-verified

25func (d *dummyReader) ReadAt(p []byte, off int64) (int, error) { return d.r.ReadAt(p, off) }
26
27func (d *dummyReader) SetFooterSection(_, _ int64) { d.footer = true }
28func (d *dummyReader) SetColumnIndexSection(_, _ int64) { d.columnIndex = true }
29func (d *dummyReader) SetOffsetIndexSection(_, _ int64) { d.offsetIndex = true }
30

Callers 1

TestCachingReaderAtFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected