Expand description
Statement planning.
This module houses the entry points for planning a SQL statement.
Modulesยง
- acl ๐
- Access control list (ACL).
- ddl ๐
- Data definition language (DDL).
- dml ๐
- Data manipulation language (DML).
- raise ๐
- Queries that send notices/errors to the client
- scl ๐
- Session control language (SCL).
- show ๐
- Queries that show the state of the database system.
- tcl ๐
- Transaction control language (TCL).
- validate ๐
- Queries that validate CONNECTION objects.
Structsยง
- Statement
Context - Immutable state that applies to the planning of an entire
Statement
. - Statement
Desc - Describes the output of a SQL statement.
Enumsยง
- Statement
Classification - Statement classification as documented by
plan
.
Functionsยง
- describe
- Creates a description of the purified statement
stmt
. - plan
- Produces a
Plan
from the purified statementstmt
. - plan_
copy_ from - resolve_
cluster_ for_ materialized_ view