Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ writer_version
Method
writer_version
python/pyarrow/orc.py:90–92 ·
view source on GitHub ↗
Version of the writer
(self)
Source
from the content-addressed store, hash-verified
88
89
@property
90
def
writer_version(self):
91
""
"Version of the writer"
""
92
return
self.reader.writer_version()
93
94
@property
95
def
row_index_stride(self):
Callers
4
TEST_P
Function · 0.80
metadata.cc
File · 0.80
ComputeColumnChunkRange
Function · 0.80
GetColumnPageReader
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST_P
Function · 0.64