()
| 1358 | } |
| 1359 | |
| 1360 | func (i *rebatchIterator) String() string { |
| 1361 | return fmt.Sprintf("rebatchIterator: \n\t%s", util.TabOut(i.iter)) |
| 1362 | } |
| 1363 | |
| 1364 | // Next has to handle two different style results. First is an initial set of spans |
| 1365 | // that does not have a callback spanset. These can be passed directly through. |