4 citations · 7 across the 3 of their papers we have counts for
3 papers
cs.DB2020★ 1 cited
Data Migration using Datalog Program Synthesis
Yuepeng Wang, Rushi Shah, Abby Criswell +2
This paper presents a new technique for migrating data between different schemas. Our method expresses the schema mapping as a Datalog program and automatically synthesizes a Datal…
cs.PL2019★ 4 cited
Synthesizing Database Programs for Schema Refactoring
Yuepeng Wang, James Dong, Rushi Shah +1
Many programs that interact with a database need to undergo schema refactoring several times during their life cycle. Since this process typically requires making significant chang…
cs.SE2016★ 2 cited
Type-Directed Code Reuse using Integer Linear Programming
Yuepeng Wang, Yu Feng, Ruben Martins +3
In many common scenarios, programmers need to implement functionality that is already provided by some third party library. This paper presents a tool called Hunter that facilitate…