Expand description
Defines the work table query plan
Structs§
- Work
Table - The name is from PostgreSQL’s terminology. See https://wiki.postgresql.org/wiki/CTEReadme#How_Recursion_Works This table serves as a mirror or buffer between each iteration of a recursive query.
- Work
Table Exec - A temporary “working table” operation where the input data will be taken from the named handle during the execution and will be re-published as is (kind of like a mirror).