cayley/graph/memstore
Andrew Dunham 0355b89f54 Don't save non-errors in the memstore iterator
As per the following link, io.EOF is returned to signal "no more items".
Thus, we don't treat this as an error, and don't save it.

https://godoc.org/github.com/cznic/b#Enumerator
2015-04-15 11:46:26 -07:00
..
b Generate cznic/b code as described in Makefile 2014-08-24 11:45:00 +09:30
all_iterator.go Fix Err fallout for graph/memstore iterators 2015-04-14 18:56:05 -07:00
iterator.go Don't save non-errors in the memstore iterator 2015-04-15 11:46:26 -07:00
quadstore.go renamed GetType() to Type(), fixed iterator tests 2015-02-21 23:55:36 +01:00
quadstore_iterator_optimize.go Rename triple entities were relevant 2014-08-27 21:27:01 +09:30
quadstore_test.go Replace DebugString with Describe 2014-09-05 09:32:09 +09:30