Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RumbleDB/rumble
/ json
Method
json
src/main/java/org/rumbledb/api/SequenceWriter.java:430–432 ·
view source on GitHub ↗
(String path)
Source
from the content-addressed store, hash-verified
428
}
429
430
public
void
json(String path) {
431
format(
"json"
).save(path);
432
}
433
434
public
void
parquet(String path) {
435
format(
"parquet"
).save(path);
Callers
3
convertValueToItem
Method · 0.80
save
Method · 0.80
getDataFrame
Method · 0.80
Calls
2
format
Method · 0.95
save
Method · 0.80
Tested by
no test coverage detected