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

Struct Filter

graph/shape/shape.go:294–297  ·  view source on GitHub ↗

Filter filters all values from the source using a list of operations.

Source from the content-addressed store, hash-verified

292
293// Filter filters all values from the source using a list of operations.
294type Filter struct {
295 From Shape // source that will be filtered
296 Filters []ValueFilter // filters to apply
297}
298
299func (s Filter) BuildIterator(qs graph.QuadStore) graph.Iterator {
300 if IsNull(s.From) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected