Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_arrays
Function · 0.45
_add_any_metadata
Function · 0.45
_ensure_write_partitioning
Function · 0.45
schema
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected