Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RumbleDB/rumble
/ csv
Method
csv
src/main/java/org/rumbledb/api/SequenceWriter.java:446–448 ·
view source on GitHub ↗
(String path)
Source
from the content-addressed store, hash-verified
444
}
445
446
public
void
csv(String path) {
447
format(
"csv"
).save(path);
448
}
449
}
Callers
2
save
Method · 0.80
getDataFrame
Method · 0.80
Calls
2
format
Method · 0.95
save
Method · 0.80
Tested by
no test coverage detected