| 196 | } |
| 197 | |
| 198 | type averageInt8Operator struct { |
| 199 | sum int8 |
| 200 | count int8 |
| 201 | } |
| 202 | |
| 203 | func (op *averageInt8Operator) next(ctx context.Context, item Item, dst chan<- Item, operatorOptions operatorOptions) { |
| 204 | switch v := item.V.(type) { |
nothing calls this directly
no outgoing calls
no test coverage detected