The partitioning of the Dataset source, if discovered.
(self)
| 1720 | |
| 1721 | @property |
| 1722 | def partitioning(self): |
| 1723 | """ |
| 1724 | The partitioning of the Dataset source, if discovered. |
| 1725 | """ |
| 1726 | return self._dataset.partitioning |
| 1727 | |
| 1728 | |
| 1729 | _read_table_docstring = """ |
no outgoing calls