(self, requested_schema=None)
| 546 | self.batch = batch |
| 547 | |
| 548 | def __arrow_c_array__(self, requested_schema=None): |
| 549 | return self.batch.__arrow_c_array__(requested_schema) |
| 550 | |
| 551 | |
| 552 | class BatchDeviceWrapper: |
nothing calls this directly
no test coverage detected