Return the number of chunks the column consists of.
(self)
| 397 | pass |
| 398 | |
| 399 | def num_chunks(self) -> int: |
| 400 | """ |
| 401 | Return the number of chunks the column consists of. |
| 402 | """ |
| 403 | return 1 |
| 404 | |
| 405 | def get_chunks( |
| 406 | self, n_chunks: Optional[int] = None |
no outgoing calls