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