set with_header
(mut self, with_header: WithHeader)
| 557 | |
| 558 | /// set with_header |
| 559 | fn with_header(mut self, with_header: WithHeader) -> Self { |
| 560 | self.with_header = with_header; |
| 561 | self |
| 562 | } |
| 563 | |
| 564 | /// run the test |
| 565 | /// formats batches using parameters and returns the resulting output |
no outgoing calls