| 266 | } |
| 267 | |
| 268 | type pageFile struct { |
| 269 | parquetFile *parquet.File |
| 270 | r *walReaderAt |
| 271 | osFile *os.File |
| 272 | } |
| 273 | |
| 274 | func (b *pageFile) Close() error { |
| 275 | return b.osFile.Close() |
nothing calls this directly
no outgoing calls
no test coverage detected