Module mz_sql::query_model::mir

source ·
Expand description

Converts a Query Graph Model into a mz_expr::MirRelationExpr.

The public interface consists of the implementation of Into<mz_expr::MirRelationExpr> for Model.

Structs

Lowerer 🔒

Type Definitions

ColumnMap 🔒
Maps a column reference to a specific column position.