set the format
(mut self, format: PrintFormat)
| 533 | |
| 534 | /// set the format |
| 535 | fn with_format(mut self, format: PrintFormat) -> Self { |
| 536 | self.format = format; |
| 537 | self |
| 538 | } |
| 539 | |
| 540 | // set the schema |
| 541 | fn with_schema(mut self, schema: SchemaRef) -> Self { |
no outgoing calls