Module sql::plan::statement[][src]

Expand description

Statement planning.

This module houses the entry points for planning a SQL statement.

Modules

Data definition language (DDL).

Data manipulation language (DML).

Session control language (SCL).

Queries that show the state of the database system.

Transaction control language (TCL).

Structs

Immutable state that applies to the planning of an entire Statement.

Describes the output of a SQL statement.

Functions

Creates a description of the purified statement stmt.

Produces a Plan from the purified statement stmt.