Versions in this module Expand all Collapse all v0 v0.6.0 Sep 20, 2016 Changes in this version + const QuadStoreType + func Type() graph.Type + type Iterator struct + func NewAllIterator(qs *QuadStore, kind string) *Iterator + func NewIterator(qs *QuadStore, k string, d quad.Direction, val graph.Value) *Iterator + func (it *Iterator) Clone() graph.Iterator + func (it *Iterator) Close() error + func (it *Iterator) Contains(v graph.Value) bool + func (it *Iterator) Describe() graph.Description + func (it *Iterator) Err() error + func (it *Iterator) Next() bool + func (it *Iterator) NextPath() bool + func (it *Iterator) Optimize() (graph.Iterator, bool) + func (it *Iterator) Reset() + func (it *Iterator) Result() graph.Value + func (it *Iterator) Size() (int64, bool) + func (it *Iterator) Sorted() bool + func (it *Iterator) Stats() graph.IteratorStats + func (it *Iterator) SubIterators() []graph.Iterator + func (it *Iterator) TagResults(dst map[string]graph.Value) + func (it *Iterator) Tagger() *graph.Tagger + func (it *Iterator) Type() graph.Type + func (it *Iterator) UID() uint64 + type LogEntry struct + Action string + Key string + LogID string + Timestamp int64 + type MetadataEntry struct + NodeCount int64 + QuadCount int64 + type NodeEntry struct + Name string + Size int64 + type QuadEntry struct + Added []string + Deleted []string + Hash string + Label string + Object string + Predicate string + Subject string + type QuadStore struct + func (qs *QuadStore) ApplyDeltas(in []graph.Delta, ignoreOpts graph.IgnoreOpts) error + func (qs *QuadStore) Close() + func (qs *QuadStore) FixedIterator() graph.FixedIterator + func (qs *QuadStore) Horizon() graph.PrimaryKey + func (qs *QuadStore) NameOf(val graph.Value) quad.Value + func (qs *QuadStore) NodeSize() int64 + func (qs *QuadStore) NodesAllIterator() graph.Iterator + func (qs *QuadStore) OptimizeIterator(it graph.Iterator) (graph.Iterator, bool) + func (qs *QuadStore) Quad(val graph.Value) quad.Quad + func (qs *QuadStore) QuadDirection(val graph.Value, dir quad.Direction) graph.Value + func (qs *QuadStore) QuadIterator(dir quad.Direction, v graph.Value) graph.Iterator + func (qs *QuadStore) QuadsAllIterator() graph.Iterator + func (qs *QuadStore) Size() int64 + func (qs *QuadStore) Type() string + func (qs *QuadStore) ValueOf(s quad.Value) graph.Value + type Token struct + Hash string + Kind string + func (t Token) IsNode() bool