Module mz_sql::plan::statement::dml

source ·
Expand description

Data manipulation language (DML).

This module houses the handlers for statements that manipulate data, like INSERT, SELECT, SUBSCRIBE, and COPY.

Structs

Functions