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

Method file_to_stream

dev/archery/archery/integration/tester_cpp.py:100–102  ·  view source on GitHub ↗
(self, file_path, stream_path)

Source from the content-addressed store, hash-verified

98 self.run_shell_command(cmd)
99
100 def file_to_stream(self, file_path, stream_path):
101 cmd = [_FILE_TO_STREAM, file_path, '>', stream_path]
102 self.run_shell_command(cmd)
103
104 @contextlib.contextmanager
105 def flight_server(self, scenario_name=None):

Callers

nothing calls this directly

Calls 1

run_shell_commandMethod · 0.80

Tested by

no test coverage detected