Skip to main content

Module misc

Module misc 

Source
Expand description

Miscellaneous physical operators (EmptyResult, MultiplicityReducer, Skip, UnionAllScan).

Structs§

PhysicalEmptyResult
Physical operator that always returns an empty result.
PhysicalExtensionClause
ExtensionClause operator — handles EXTENSION commands (INSTALL, LOAD).
PhysicalInsert
Insert operator — row-level insertion (unlike BatchInsert).
PhysicalMultiplicityReducer
Physical operator that reduces the multiplicity of paths (e.g., DISTINCT).
PhysicalSkip
Physical operator for SKIP (OFFSET) in queries.
PhysicalUnionAllScan
Physical operator for scanning from a UNION ALL.