(bool)
| 54 | // return EOS. Pull is not safe to call concurrently. |
| 55 | type Puller interface { |
| 56 | Pull(bool) (Batch, error) |
| 57 | } |
| 58 | |
| 59 | // PullerBatchBytes is the maximum number of bytes (in the super.Value.Byte |
no outgoing calls
no test coverage detected