zhouqingqing / qpmodel

A Relational Optimizer and Executor
MIT License
64 stars 18 forks source link

teach DataSet to use optimizer #221

Open zhouqingqing opened 3 years ago

zhouqingqing commented 3 years ago
           bind(null);

            // TBD: route to optimizer here
            QueryOption queryOpt = new QueryOption();
arzuschen commented 3 years ago

1) integrate memo optimizer with Dataset 2) use distributed to calculate pi 3) explore challenging APIs (not already done as function in sql like sort)