Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
148
def
compare(
Callers
1
compare
Function · 0.45
Calls
2
load_from
Method · 0.45
load
Method · 0.45
Tested by
no test coverage detected