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

Struct pageFile

tempodb/encoding/vparquet4/wal_block.go:268–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268type pageFile struct {
269 parquetFile *parquet.File
270 r *walReaderAt
271 osFile *os.File
272}
273
274func (b *pageFile) Close() error {
275 return b.osFile.Close()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected