[][src]Module declarative_dataflow::plan::pull

Pull expression plan, but without nesting.

Structs

Pull

A plan stage for pull queries split into individual paths. So [:parent/name {:parent/child [:child/name]}] would be represented as:

PullLevel

A plan stage for extracting all matching [e a v] tuples for a given set of attributes and an input relation specifying entities.