Module cte_worktable

Module cte_worktable 

Source
Expand description

CteWorkTable implementation used for recursive queries

Structs§

CteWorkTable
The temporary working table where the previous iteration of a recursive query is stored Naming is based on PostgreSQL’s implementation. See here for more details: www.postgresql.org/docs/11/queries-with.html#id-1.5.6.12.5.4