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