We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4539acf commit 0d1aefaCopy full SHA for 0d1aefa
1 file changed
src/rewrite/exploitation.rs
@@ -114,6 +114,11 @@ impl ViewMatcher {
114
115
Ok(ViewMatcher { mv_plans })
116
}
117
+
118
+ /// Returns the materialized views and their corresponding normal forms.
119
+ pub fn mv_plans(&self) -> &HashMap<TableReference, (Arc<dyn TableProvider>, SpjNormalForm)> {
120
+ &self.mv_plans
121
+ }
122
123
124
impl OptimizerRule for ViewMatcher {
0 commit comments