Module mz_sql::query_model::hir
source · Expand description
Conversion methods a Model to a HirRelationExpr and back.
The public interface consists of:
From<HirRelationExpr>implemenation forResult<Model, QGMError>.From<Model>implemenation forHirRelationExpr.
Modules
Generates a
HirRelationExpr from a Model.Generates a Query Graph Model from a
HirRelationExpr.