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

Interface ValueFilter

graph/shape/shape.go:289–291  ·  view source on GitHub ↗

ValueFilter is an interface for iterator wrappers that can filter node values.

Source from the content-addressed store, hash-verified

287
288// ValueFilter is an interface for iterator wrappers that can filter node values.
289type ValueFilter interface {
290 BuildIterator(qs graph.QuadStore, it graph.Iterator) graph.Iterator
291}
292
293// Filter filters all values from the source using a list of operations.
294type Filter struct {

Callers

nothing calls this directly

Implementers 15

IndexScangraph/kv/iterators.go
Selectgraph/sql/shape.go
Shapegraph/nosql/shapes.go
Quadsgraph/nosql/shapes.go
iteratorShapegraph/path/morphism_apply_functions.go
Pathgraph/path/path.go
Nullgraph/shape/shape.go
AllNodesgraph/shape/shape.go
Exceptgraph/shape/shape.go
Filtergraph/shape/shape.go
Comparisongraph/shape/shape.go
Regexpgraph/shape/shape.go

Calls

no outgoing calls

Tested by

no test coverage detected