Set `show_sizes` to determine whether to display partition sizes
(mut self, show_sizes: bool)
| 389 | |
| 390 | /// Set `show_sizes` to determine whether to display partition sizes |
| 391 | pub fn with_show_sizes(mut self, show_sizes: bool) -> Self { |
| 392 | self.show_sizes = show_sizes; |
| 393 | self |
| 394 | } |
| 395 | |
| 396 | /// Ref to partitions |
| 397 | pub fn partitions(&self) -> &[Vec<RecordBatch>] { |
no outgoing calls
no test coverage detected