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

Method open_input_file

python/pyarrow/tests/util.py:304–305  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

302 return self._fs.open_input_stream(path)
303
304 def open_input_file(self, path):
305 return self._fs.open_input_file(path)
306
307 def open_output_stream(self, path, metadata):
308 return self._fs.open_output_stream(path, metadata=metadata)

Callers 6

__init__Method · 0.45
read_tableFunction · 0.45
read_metadataFunction · 0.45
read_schemaFunction · 0.45
OpenInputFileMethod · 0.45
open_input_fileFunction · 0.45

Calls

no outgoing calls

Tested by 1

open_input_fileFunction · 0.36