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

Method writer

python/pyarrow/orc.py:83–87  ·  view source on GitHub ↗

Name of the writer that wrote this file. If the writer is unknown then its Writer ID (a number) is returned

(self)

Source from the content-addressed store, hash-verified

81
82 @property
83 def writer(self):
84 """Name of the writer that wrote this file.
85 If the writer is unknown then its Writer ID
86 (a number) is returned"""
87 return self.reader.writer()
88
89 @property
90 def writer_version(self):

Callers 4

test_successMethod · 0.80
test_errorMethod · 0.80
do_putMethod · 0.80
write_csvMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_successMethod · 0.64
test_errorMethod · 0.64