(other blockSummary)
| 415 | } |
| 416 | |
| 417 | func (s *blockSummary) add(other blockSummary) { |
| 418 | s.numRowGroups += other.numRowGroups |
| 419 | s.spanSummary.add(other.spanSummary) |
| 420 | s.resourceSummary.add(other.resourceSummary) |
| 421 | s.eventSummary.add(other.eventSummary) |
| 422 | } |
| 423 | |
| 424 | func (s blockSummary) print(settings heuristicSettings, printSettings printSettings) error { |
| 425 | if printSettings.Full { |