Documentation ¶
Index ¶
- type IntVal
- type Oldstore
- func (qs *Oldstore) ApplyDeltas([]graph.Delta, graph.IgnoreOpts) error
- func (qs *Oldstore) Close() error
- func (qs *Oldstore) DebugPrint()
- func (qs *Oldstore) NameOf(v graph.Value) quad.Value
- func (qs *Oldstore) NodesAllIterator() graph.Iterator
- func (qs *Oldstore) OptimizeIterator(it graph.Iterator) (graph.Iterator, bool)
- func (qs *Oldstore) Quad(graph.Value) quad.Quad
- func (qs *Oldstore) QuadDirection(graph.Value, quad.Direction) graph.Value
- func (qs *Oldstore) QuadIterator(d quad.Direction, i graph.Value) graph.Iterator
- func (qs *Oldstore) QuadsAllIterator() graph.Iterator
- func (qs *Oldstore) RemoveQuad(t quad.Quad)
- func (qs *Oldstore) Size() int64
- func (qs *Oldstore) Type() string
- func (qs *Oldstore) ValueOf(s quad.Value) graph.Value
- type Store
- func (qs *Store) ApplyDeltas([]graph.Delta, graph.IgnoreOpts) error
- func (qs *Store) Close() error
- func (qs *Store) DebugPrint()
- func (qs *Store) NameOf(v graph.Value) quad.Value
- func (qs *Store) NodesAllIterator() graph.Iterator
- func (qs *Store) OptimizeIterator(it graph.Iterator) (graph.Iterator, bool)
- func (qs *Store) Quad(v graph.Value) quad.Quad
- func (qs *Store) QuadDirection(v graph.Value, d quad.Direction) graph.Value
- func (qs *Store) QuadIterator(d quad.Direction, i graph.Value) graph.Iterator
- func (qs *Store) QuadsAllIterator() graph.Iterator
- func (qs *Store) RemoveQuad(t quad.Quad)
- func (qs *Store) Size() int64
- func (qs *Store) Type() string
- func (qs *Store) ValueOf(s quad.Value) graph.Value
- type StringNode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Oldstore ¶
Oldstore is a mocked version of the QuadStore interface, for use in tests.
func (*Oldstore) ApplyDeltas ¶
func (*Oldstore) DebugPrint ¶
func (qs *Oldstore) DebugPrint()
func (*Oldstore) NodesAllIterator ¶
func (*Oldstore) OptimizeIterator ¶
func (*Oldstore) QuadDirection ¶
func (*Oldstore) QuadIterator ¶
func (*Oldstore) QuadsAllIterator ¶
func (*Oldstore) RemoveQuad ¶
type Store ¶
func (*Store) ApplyDeltas ¶
func (*Store) DebugPrint ¶
func (qs *Store) DebugPrint()
func (*Store) NodesAllIterator ¶
func (*Store) OptimizeIterator ¶
func (*Store) QuadDirection ¶
func (*Store) QuadIterator ¶
func (*Store) QuadsAllIterator ¶
func (*Store) RemoveQuad ¶
type StringNode ¶
type StringNode string
func (StringNode) Key ¶
func (s StringNode) Key() interface{}
Click to show internal directories.
Click to hide internal directories.