zhouqingqing / qpmodel

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

introduce stream concept #280

Closed zhouqingqing closed 3 years ago

zhouqingqing commented 3 years ago

Conceptually stream is an infinite table, so it is modeled after BaseTableRef, LogicScanTable and PhysicScanTable to share many properties with above.