You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/rewrite/normal_form.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
18
18
/*!
19
19
20
-
This module contains code primarily used for view matching. We implement the view matching algorithm from [this paper](https://courses.cs.washington.edu/courses/cse591d/01sp/opt_views.pdf),
20
+
This module contains code primarily used for view matching. We implement the view matching algorithm from [this paper](https://dsg.uwaterloo.ca/seminars/notes/larson-paper.pdf),
21
21
which provides a method for determining when one Select-Project-Join query can be rewritten in terms of another Select-Project-Join query.
22
22
23
23
The implementation is contained in [`SpjNormalForm::rewrite_from`]. The method can be summarized as follows:
0 commit comments