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 for Result<Model, QGMError>.
  • From<Model> implemenation for HirRelationExpr.

Modules

Generates a HirRelationExpr from a Model.
Generates a Query Graph Model from a HirRelationExpr.