(self, requested_schema=None)
| 506 | self.array = array |
| 507 | |
| 508 | def __arrow_c_array__(self, requested_schema=None): |
| 509 | return self.array.__arrow_c_array__(requested_schema) |
| 510 | |
| 511 | data = pa.array([1, 2, 3], pa.int64()) |
| 512 | chunked = pa.chunked_array([data]) |
no outgoing calls
no test coverage detected