MCPcopy Create free account
hub / github.com/apache/datafusion / load_from_file

Method load_from_file

benchmarks/compare.py:143–145  ·  view source on GitHub ↗
(cls, path: Path)

Source from the content-addressed store, hash-verified

141
142 @classmethod
143 def load_from_file(cls, path: Path) -> BenchmarkRun:
144 with open(path, "r") as f:
145 return cls.load_from(json.load(f))
146
147
148def compare(

Callers 1

compareFunction · 0.45

Calls 2

load_fromMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected