set the batches to convert
(mut self, batches: Vec<RecordBatch>)
| 545 | |
| 546 | /// set the batches to convert |
| 547 | fn with_batches(mut self, batches: Vec<RecordBatch>) -> Self { |
| 548 | self.batches = batches; |
| 549 | self |
| 550 | } |
| 551 | |
| 552 | /// set maxrows |
| 553 | fn with_maxrows(mut self, maxrows: MaxRows) -> Self { |
no outgoing calls