Skip to main content

Module single_row

Module single_row 

Source
Expand description

Single row operator for producing a single empty row.

This is used for queries like UNWIND [1,2,3] AS x RETURN x that don’t have a MATCH clause but need an initial row to start with.

Structs§

SingleRowOperator
An operator that produces exactly one empty row.