MCPcopy 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_PFunction · 0.80
metadata.ccFile · 0.80
ComputeColumnChunkRangeFunction · 0.80
GetColumnPageReaderMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.64