Module pull

Source
Expand description

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:
PullAll
A plan stage for extracting all tuples for a given set of attributes.
PullLevel
A plan stage for extracting all matching [e a v] tuples for a given set of attributes and an input relation specifying entities.