Module mz_sql::query_model::hir::qgm_from_hir
source · Expand description
Generates a Query Graph Model from a HirRelationExpr.
The public interface consists of the From<HirRelationExpr>
implementation for Result<Model, QGMError>.
Structs
FromHir 🔒