Documentation ¶
Index ¶
- Constants
- func Type() graph.Type
- type IDLru
- 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 KV
- type MongoNode
- type TripleStore
- func (qs *TripleStore) AddTriple(t *quad.Quad)
- func (qs *TripleStore) AddTripleSet(in []*quad.Quad)
- func (qs *TripleStore) BulkLoad(dec quad.Unmarshaler) error
- func (qs *TripleStore) Close()
- func (qs *TripleStore) ConvertStringToByteHash(s string) string
- func (qs *TripleStore) FixedIterator() graph.FixedIterator
- func (qs *TripleStore) NameOf(v graph.Value) string
- func (qs *TripleStore) NodesAllIterator() graph.Iterator
- func (ts *TripleStore) OptimizeIterator(it graph.Iterator) (graph.Iterator, bool)
- func (qs *TripleStore) Quad(val graph.Value) *quad.Quad
- func (qs *TripleStore) RemoveTriple(t *quad.Quad)
- func (qs *TripleStore) Size() int64
- func (qs *TripleStore) TripleDirection(in graph.Value, d quad.Direction) graph.Value
- func (qs *TripleStore) TripleIterator(d quad.Direction, val graph.Value) graph.Iterator
- func (qs *TripleStore) TriplesAllIterator() graph.Iterator
- func (qs *TripleStore) ValueOf(s string) graph.Value
Constants ¶
View Source
const DefaultDBName = "cayley"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Iterator ¶ added in v0.3.1
type Iterator struct {
// contains filtered or unexported fields
}
func NewAllIterator ¶ added in v0.3.1
func NewAllIterator(qs *TripleStore, collection string) *Iterator
func NewIterator ¶ added in v0.3.1
func (*Iterator) DebugString ¶ added in v0.3.1
func (*Iterator) NextResult ¶ added in v0.3.1
func (*Iterator) ResultTree ¶ added in v0.3.1
func (it *Iterator) ResultTree() *graph.ResultTree
func (*Iterator) Stats ¶ added in v0.3.1
func (it *Iterator) Stats() graph.IteratorStats
func (*Iterator) SubIterators ¶ added in v0.3.1
No subiterators.
func (*Iterator) TagResults ¶ added in v0.3.1
type TripleStore ¶ added in v0.3.1
type TripleStore struct {
// contains filtered or unexported fields
}
func (*TripleStore) AddTriple ¶ added in v0.3.1
func (qs *TripleStore) AddTriple(t *quad.Quad)
func (*TripleStore) AddTripleSet ¶ added in v0.3.1
func (qs *TripleStore) AddTripleSet(in []*quad.Quad)
func (*TripleStore) BulkLoad ¶ added in v0.3.1
func (qs *TripleStore) BulkLoad(dec quad.Unmarshaler) error
func (*TripleStore) Close ¶ added in v0.3.1
func (qs *TripleStore) Close()
func (*TripleStore) ConvertStringToByteHash ¶ added in v0.3.1
func (qs *TripleStore) ConvertStringToByteHash(s string) string
func (*TripleStore) FixedIterator ¶ added in v0.3.1
func (qs *TripleStore) FixedIterator() graph.FixedIterator
func (*TripleStore) NodesAllIterator ¶ added in v0.3.1
func (qs *TripleStore) NodesAllIterator() graph.Iterator
func (*TripleStore) OptimizeIterator ¶ added in v0.3.1
func (*TripleStore) RemoveTriple ¶ added in v0.3.1
func (qs *TripleStore) RemoveTriple(t *quad.Quad)
func (*TripleStore) Size ¶ added in v0.3.1
func (qs *TripleStore) Size() int64
func (*TripleStore) TripleDirection ¶ added in v0.3.1
func (*TripleStore) TripleIterator ¶ added in v0.3.1
func (*TripleStore) TriplesAllIterator ¶ added in v0.3.1
func (qs *TripleStore) TriplesAllIterator() graph.Iterator
Click to show internal directories.
Click to hide internal directories.