Convert this block into an Arrow table.
(self)
| 479 | raise NotImplementedError |
| 480 | |
| 481 | def to_arrow(self) -> "pyarrow.Table": |
| 482 | """Convert this block into an Arrow table.""" |
| 483 | raise NotImplementedError |
| 484 | |
| 485 | def to_block(self) -> Block: |
| 486 | """Return the base block that this accessor wraps.""" |
no outgoing calls
no test coverage detected