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

Method SetColumnIndexSection

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

Source from the content-addressed store, hash-verified

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
31// TestParquetGoSetsMetadataSections tests if the special metadata sections are set correctly for caching.

Callers 1

TestCachingReaderAtFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected