| 55 | } |
| 56 | |
| 57 | type mergeNodeImpl struct { |
| 58 | blockingPlanNodeImpl |
| 59 | // MeasureType decides merge behaviour |
| 60 | aggType common.AggType |
| 61 | } |
| 62 | |
| 63 | func (mn *mergeNodeImpl) AggType() common.AggType { |
| 64 | return mn.aggType |
nothing calls this directly
no outgoing calls
no test coverage detected