MCPcopy Create free account
hub / github.com/apache/arrow / partitioning

Method partitioning

python/pyarrow/parquet/core.py:1722–1726  ·  view source on GitHub ↗

The partitioning of the Dataset source, if discovered.

(self)

Source from the content-addressed store, hash-verified

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 = """

Calls

no outgoing calls