| 237 | } |
| 238 | |
| 239 | type averageInt16Operator struct { |
| 240 | sum int16 |
| 241 | count int16 |
| 242 | } |
| 243 | |
| 244 | func (op *averageInt16Operator) next(ctx context.Context, item Item, dst chan<- Item, operatorOptions operatorOptions) { |
| 245 | switch v := item.V.(type) { |
nothing calls this directly
no outgoing calls
no test coverage detected