MCPcopy
hub / github.com/cayleygraph/cayley / Quads

Struct Quads

graph/nosql/shapes.go:54–57  ·  view source on GitHub ↗

Quads is a shape representing a quads query

Source from the content-addressed store, hash-verified

52
53// Quads is a shape representing a quads query
54type Quads struct {
55 Links []Linkage // filters to select quads
56 Limit int64 // limits a number of documents
57}
58
59func (s Quads) BuildIterator(qs graph.QuadStore) graph.Iterator {
60 db, ok := qs.(*QuadStore)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected