Return the Python type or pyarrow schema of this block.
(self)
| 522 | raise NotImplementedError |
| 523 | |
| 524 | def schema(self) -> Union[type, "pyarrow.lib.Schema"]: |
| 525 | """Return the Python type or pyarrow schema of this block.""" |
| 526 | raise NotImplementedError |
| 527 | |
| 528 | def get_metadata( |
| 529 | self, |