(self, dataset, **kwargs)
| 307 | kwargs['use_threads'] = use_threads |
| 308 | |
| 309 | def to_table(self, dataset, **kwargs): |
| 310 | self._patch_kwargs(kwargs) |
| 311 | return dataset.to_table(**kwargs) |
| 312 | |
| 313 | def to_batches(self, dataset, **kwargs): |
| 314 | self._patch_kwargs(kwargs) |
no test coverage detected