Fix hashability for graph.Value
This commit is contained in:
parent
2bec255b52
commit
6f1e46c2d8
4 changed files with 41 additions and 19 deletions
|
|
@ -117,8 +117,8 @@ func (it *AllIterator) Next() (graph.Value, bool) {
|
|||
it.Close()
|
||||
return nil, false
|
||||
}
|
||||
it.result = out
|
||||
return out, true
|
||||
it.result = Token(out)
|
||||
return it.result, true
|
||||
}
|
||||
|
||||
func (it *AllIterator) ResultTree() *graph.ResultTree {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue