Documentation ¶
Index ¶
- func Type() graph.Type
- type AllIterator
- type Int64
- type Iterator
- func (it *Iterator) Clone() graph.Iterator
- func (it *Iterator) Close()
- func (it *Iterator) Contains(v graph.Value) bool
- func (it *Iterator) DebugString(indent int) string
- func (it *Iterator) Next() (graph.Value, bool)
- func (it *Iterator) NextResult() bool
- func (it *Iterator) Optimize() (graph.Iterator, bool)
- func (it *Iterator) Reset()
- func (it *Iterator) Result() graph.Value
- func (it *Iterator) ResultTree() *graph.ResultTree
- 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 TripleDirectionIndex
- type TripleStore
- func (ts *TripleStore) AddTriple(t *quad.Quad)
- func (ts *TripleStore) AddTripleSet(triples []*quad.Quad)
- func (ts *TripleStore) Close()
- func (ts *TripleStore) DebugPrint()
- func (ts *TripleStore) FixedIterator() graph.FixedIterator
- func (ts *TripleStore) NameOf(id graph.Value) string
- func (ts *TripleStore) NodesAllIterator() graph.Iterator
- func (ts *TripleStore) OptimizeIterator(it graph.Iterator) (graph.Iterator, bool)
- func (ts *TripleStore) Quad(index graph.Value) *quad.Quad
- func (ts *TripleStore) RemoveTriple(t *quad.Quad)
- func (ts *TripleStore) Size() int64
- func (ts *TripleStore) TripleDirection(val graph.Value, d quad.Direction) graph.Value
- func (ts *TripleStore) TripleIterator(d quad.Direction, value graph.Value) graph.Iterator
- func (ts *TripleStore) TriplesAllIterator() graph.Iterator
- func (ts *TripleStore) ValueOf(name string) graph.Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AllIterator ¶
func NewMemstoreAllIterator ¶
func NewMemstoreAllIterator(ts *TripleStore) *AllIterator
func (*AllIterator) SubIterators ¶
func (it *AllIterator) SubIterators() []graph.Iterator
No subiterators.
type Iterator ¶
type Iterator struct {
// contains filtered or unexported fields
}
func (*Iterator) DebugString ¶
func (*Iterator) NextResult ¶
func (*Iterator) ResultTree ¶
func (it *Iterator) ResultTree() *graph.ResultTree
func (*Iterator) Stats ¶
func (it *Iterator) Stats() graph.IteratorStats
func (*Iterator) SubIterators ¶
No subiterators.
type TripleDirectionIndex ¶
type TripleDirectionIndex struct {
// contains filtered or unexported fields
}
func NewTripleDirectionIndex ¶
func NewTripleDirectionIndex() *TripleDirectionIndex
func (*TripleDirectionIndex) GetOrCreate ¶
type TripleStore ¶
type TripleStore struct {
// contains filtered or unexported fields
}
func (*TripleStore) AddTriple ¶
func (ts *TripleStore) AddTriple(t *quad.Quad)
func (*TripleStore) AddTripleSet ¶
func (ts *TripleStore) AddTripleSet(triples []*quad.Quad)
func (*TripleStore) Close ¶
func (ts *TripleStore) Close()
func (*TripleStore) DebugPrint ¶
func (ts *TripleStore) DebugPrint()
func (*TripleStore) FixedIterator ¶
func (ts *TripleStore) FixedIterator() graph.FixedIterator
func (*TripleStore) NodesAllIterator ¶
func (ts *TripleStore) NodesAllIterator() graph.Iterator
func (*TripleStore) OptimizeIterator ¶
func (*TripleStore) RemoveTriple ¶
func (ts *TripleStore) RemoveTriple(t *quad.Quad)
func (*TripleStore) Size ¶
func (ts *TripleStore) Size() int64
func (*TripleStore) TripleDirection ¶
func (*TripleStore) TripleIterator ¶
func (*TripleStore) TriplesAllIterator ¶
func (ts *TripleStore) TriplesAllIterator() graph.Iterator
Click to show internal directories.
Click to hide internal directories.