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§
- Single
RowOperator - An operator that produces exactly one empty row.