memstore

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2014 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Type added in v0.3.1

func Type() graph.Type

Types

type AllIterator added in v0.3.1

type AllIterator struct {
	iterator.Int64
	// contains filtered or unexported fields
}

func NewMemstoreAllIterator

func NewMemstoreAllIterator(ts *TripleStore) *AllIterator

func (*AllIterator) Next added in v0.3.1

func (it *AllIterator) Next() (graph.Value, bool)

func (*AllIterator) SubIterators added in v0.3.1

func (it *AllIterator) SubIterators() []graph.Iterator

No subiterators.

type Int64

type Int64 int64

func IterateOne

func IterateOne(tree *llrb.LLRB, last Int64) Int64

func (Int64) Less

func (i Int64) Less(than llrb.Item) bool

type Iterator added in v0.3.1

type Iterator struct {
	// contains filtered or unexported fields
}

func NewLlrbIterator

func NewLlrbIterator(tree *llrb.LLRB, data string) *Iterator

func (*Iterator) Clone added in v0.3.1

func (it *Iterator) Clone() graph.Iterator

func (*Iterator) Close added in v0.3.1

func (it *Iterator) Close()

func (*Iterator) Contains added in v0.3.1

func (it *Iterator) Contains(v graph.Value) bool

func (*Iterator) DebugString added in v0.3.1

func (it *Iterator) DebugString(indent int) string

func (*Iterator) Next added in v0.3.1

func (it *Iterator) Next() (graph.Value, bool)

func (*Iterator) NextResult added in v0.3.1

func (it *Iterator) NextResult() bool

func (*Iterator) Optimize added in v0.3.1

func (it *Iterator) Optimize() (graph.Iterator, bool)

func (*Iterator) Reset added in v0.3.1

func (it *Iterator) Reset()

func (*Iterator) Result added in v0.3.1

func (it *Iterator) Result() graph.Value

func (*Iterator) ResultTree added in v0.3.1

func (it *Iterator) ResultTree() *graph.ResultTree

func (*Iterator) Size added in v0.3.1

func (it *Iterator) Size() (int64, bool)

func (*Iterator) Sorted added in v0.3.1

func (it *Iterator) Sorted() bool

func (*Iterator) Stats added in v0.3.1

func (it *Iterator) Stats() graph.IteratorStats

func (*Iterator) SubIterators added in v0.3.1

func (it *Iterator) SubIterators() []graph.Iterator

No subiterators.

func (*Iterator) TagResults added in v0.3.1

func (it *Iterator) TagResults(dst map[string]graph.Value)

func (*Iterator) Tagger added in v0.3.1

func (it *Iterator) Tagger() *graph.Tagger

func (*Iterator) Type added in v0.3.1

func (it *Iterator) Type() graph.Type

func (*Iterator) UID added in v0.3.1

func (it *Iterator) UID() uint64

type TripleDirectionIndex

type TripleDirectionIndex struct {
	// contains filtered or unexported fields
}

func NewTripleDirectionIndex

func NewTripleDirectionIndex() *TripleDirectionIndex

func (*TripleDirectionIndex) Get

func (tdi *TripleDirectionIndex) Get(d quad.Direction, id int64) (*llrb.LLRB, bool)

func (*TripleDirectionIndex) GetForDir

func (tdi *TripleDirectionIndex) GetForDir(d quad.Direction) map[int64]*llrb.LLRB

func (*TripleDirectionIndex) GetOrCreate

func (tdi *TripleDirectionIndex) GetOrCreate(d quad.Direction, id int64) *llrb.LLRB

type TripleStore added in v0.3.1

type TripleStore struct {
	// contains filtered or unexported fields
}

func (*TripleStore) AddTriple added in v0.3.1

func (ts *TripleStore) AddTriple(t *quad.Quad)

func (*TripleStore) AddTripleSet added in v0.3.1

func (ts *TripleStore) AddTripleSet(triples []*quad.Quad)

func (*TripleStore) Close added in v0.3.1

func (ts *TripleStore) Close()

func (*TripleStore) DebugPrint added in v0.3.1

func (ts *TripleStore) DebugPrint()

func (*TripleStore) FixedIterator added in v0.3.1

func (ts *TripleStore) FixedIterator() graph.FixedIterator

func (*TripleStore) NameOf added in v0.3.1

func (ts *TripleStore) NameOf(id graph.Value) string

func (*TripleStore) NodesAllIterator added in v0.3.1

func (ts *TripleStore) NodesAllIterator() graph.Iterator

func (*TripleStore) OptimizeIterator added in v0.3.1

func (ts *TripleStore) OptimizeIterator(it graph.Iterator) (graph.Iterator, bool)

func (*TripleStore) Quad added in v0.3.1

func (ts *TripleStore) Quad(index graph.Value) *quad.Quad

func (*TripleStore) RemoveTriple added in v0.3.1

func (ts *TripleStore) RemoveTriple(t *quad.Quad)

func (*TripleStore) Size added in v0.3.1

func (ts *TripleStore) Size() int64

func (*TripleStore) TripleDirection added in v0.3.1

func (ts *TripleStore) TripleDirection(val graph.Value, d quad.Direction) graph.Value

func (*TripleStore) TripleIterator added in v0.3.1

func (ts *TripleStore) TripleIterator(d quad.Direction, value graph.Value) graph.Iterator

func (*TripleStore) TriplesAllIterator added in v0.3.1

func (ts *TripleStore) TriplesAllIterator() graph.Iterator

func (*TripleStore) ValueOf added in v0.3.1

func (ts *TripleStore) ValueOf(name string) graph.Value

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL