Skip to main content

Module exec

Module exec 

Source
Expand description

Cypher executor: PlanOp sequence → ResultSet over a binding table.

Structs§

Params
Query parameters. Missing names anywhere in the plan are an error at execution start (the plan is walked before any rows are produced).

Functions§

execute
Execute a plan against a view. Row order before OrderBy is deterministic (scan order = dense ids; expand order = expand()’s sorted order).