(_, _ int64)
| 26 | |
| 27 | func (d *dummyReader) SetFooterSection(_, _ int64) { d.footer = true } |
| 28 | func (d *dummyReader) SetColumnIndexSection(_, _ int64) { d.columnIndex = true } |
| 29 | func (d *dummyReader) SetOffsetIndexSection(_, _ int64) { d.offsetIndex = true } |
| 30 | |
| 31 | // TestParquetGoSetsMetadataSections tests if the special metadata sections are set correctly for caching. |
no outgoing calls
no test coverage detected