()
| 422 | } |
| 423 | |
| 424 | func (r *reportValuesPredicate) String() string { |
| 425 | return "reportValuesPredicate{}" |
| 426 | } |
| 427 | |
| 428 | // KeepColumnChunk checks to see if the page has a dictionary. if it does then we can report the values contained in it |
| 429 | // and return false b/c we don't have to go to the actual columns to retrieve values. if there is no dict we return |
no outgoing calls
no test coverage detected