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

Method schema

python/pyarrow/parquet/core.py:379–383  ·  view source on GitHub ↗

Return the Parquet schema, unconverted to Arrow types

(self)

Source from the content-addressed store, hash-verified

377
378 @property
379 def schema(self):
380 """
381 Return the Parquet schema, unconverted to Arrow types
382 """
383 return self.metadata.schema
384
385 @property
386 def schema_arrow(self):

Callers 1

_sanitize_schemaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected