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

Method schema

python/pyarrow/orc.py:48–50  ·  view source on GitHub ↗

The file schema, as an arrow schema

(self)

Source from the content-addressed store, hash-verified

46
47 @property
48 def schema(self):
49 """The file schema, as an arrow schema"""
50 return self.reader.schema()
51
52 @property
53 def nrows(self):

Callers 4

dataframe_to_arraysFunction · 0.45
_add_any_metadataFunction · 0.45
schemaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected