switched out QuadsAllIterator to allow any iterator

This commit is contained in:
David Schor 2015-08-11 04:17:03 -04:00
parent f1566ba182
commit b5f0d3688b
2 changed files with 20 additions and 15 deletions

View file

@ -38,7 +38,7 @@ func Dump(qs graph.QuadStore, outFile, typ string) error {
//TODO: add possible support for exporting specific queries only
switch typ {
case "quad":
export.ExportNquad()
export.ExportQuad()
case "json":
export.ExportJson()
// gml/graphml experimental