MCPcopy 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

formatMethod · 0.95
saveMethod · 0.80

Tested by

no test coverage detected