zhouqingqing / qpmodel

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

REMOVE_FROM WORK: stage 2 #247

Closed pkommoju closed 3 years ago

pkommoju commented 3 years ago
Fix for count(*) becoming a required output from a scan node
when remove_from is true.

count(*) in FROM does not get resolved to the correct table and this
leads count(*) getting pushed to scan node or no output from table.