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

Method close

python/pyarrow/orc.py:291–297  ·  view source on GitHub ↗

Close the ORC file

(self)

Source from the content-addressed store, hash-verified

289 self.writer.write(table)
290
291 def close(self):
292 """
293 Close the ORC file
294 """
295 if self.is_open:
296 self.writer.close()
297 self.is_open = False
298
299
300def read_table(source, columns=None, filesystem=None):

Callers 5

__del__Method · 0.95
__exit__Method · 0.95
funcFunction · 0.45
push_dataFunction · 0.45
_make_flight_infoMethod · 0.45

Calls

no outgoing calls

Tested by 1

funcFunction · 0.36