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

Method json_to_file

dev/archery/archery/integration/tester_java.py:274–275  ·  view source on GitHub ↗
(self, json_path, arrow_path)

Source from the content-addressed store, hash-verified

272 return self._run(arrow_path, json_path, 'VALIDATE')
273
274 def json_to_file(self, json_path, arrow_path):
275 return self._run(arrow_path, json_path, 'JSON_TO_ARROW')
276
277 def stream_to_file(self, stream_path, file_path):
278 cmd = (

Callers

nothing calls this directly

Calls 1

_runMethod · 0.95

Tested by

no test coverage detected