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

Method schema

python/pyarrow/parquet/core.py:376–380  ·  view source on GitHub ↗

Return the Parquet schema, unconverted to Arrow types

(self)

Source from the content-addressed store, hash-verified

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

Callers 1

_sanitize_schemaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected