Expand description
Miscellaneous physical operators (EmptyResult, MultiplicityReducer, Skip, UnionAllScan).
Structs§
- Physical
Empty Result - Physical operator that always returns an empty result.
- Physical
Extension Clause - ExtensionClause operator — handles EXTENSION commands (INSTALL, LOAD).
- Physical
Insert - Insert operator — row-level insertion (unlike BatchInsert).
- Physical
Multiplicity Reducer - Physical operator that reduces the multiplicity of paths (e.g., DISTINCT).
- Physical
Skip - Physical operator for SKIP (OFFSET) in queries.
- Physical
Union AllScan - Physical operator for scanning from a UNION ALL.