()
| 1096 | type attrStatsCollector struct{} |
| 1097 | |
| 1098 | func (a attrStatsCollector) String() string { |
| 1099 | return "attrStatsCollector{}" |
| 1100 | } |
| 1101 | |
| 1102 | func (a attrStatsCollector) KeepGroup(res *parquetquery.IteratorResult) bool { |
| 1103 | var stats *attrStats |
no outgoing calls
no test coverage detected