switched out QuadsAllIterator to allow any iterator
This commit is contained in:
parent
f1566ba182
commit
b5f0d3688b
2 changed files with 20 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue