()
| 36 | } |
| 37 | |
| 38 | func (p *mockPredicate) String() string { return "mockPredicate{}" } |
| 39 | func (p *mockPredicate) KeepValue(parquet.Value) bool { p.valCalled = true; return p.ret } |
| 40 | func (p *mockPredicate) KeepPage(parquet.Page) bool { p.pageCalled = true; return p.ret } |
| 41 | func (p *mockPredicate) KeepColumnChunk(*ColumnChunkHelper) bool { p.chunkCalled = true; return p.ret } |
no outgoing calls
no test coverage detected