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

Method metadata

python/pyarrow/parquet/core.py:369–373  ·  view source on GitHub ↗

Return the Parquet metadata.

(self)

Source from the content-addressed store, hash-verified

367
368 @property
369 def metadata(self):
370 """
371 Return the Parquet metadata.
372 """
373 return self.reader.metadata
374
375 @property
376 def schema(self):

Callers 2

test_s3_real_awsFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_s3_real_awsFunction · 0.36