zhouqingqing / qpmodel

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

add a separate projection node #306

Closed zhouqingqing closed 3 years ago

zhouqingqing commented 3 years ago

this is needed to avoid unnecessary ExecProject() call for nodes usually don't change projection, say LIMIT.

zhouqingqing commented 3 years ago

not needed