Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::catalog::cte_worktable - Rust
[go: Go Back, main page]

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