Expand description
Data manipulation language (DML).
This module houses the handlers for statements that manipulate data, like
INSERT
, SELECT
, SUBSCRIBE
, and COPY
.
Structsยง
Functionsยง
- plan_
copy_ ๐from - plan_
copy_ ๐to_ expr - plan_
explainee ๐ - plan_
query Deprecated Plans and decorrelates aQuery
. Likequery::plan_root_query
, but returns anMirRelationExpr
, which cannot include correlated expressions. - plan_
select_ ๐inner