zhouqingqing / qpmodel

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

Andb parser int #297

Closed pkommoju closed 3 years ago

pkommoju commented 3 years ago

ANDB parser integration into native code.

Fix dbperf to work woth base tables. Still fails an assert in Agg1MFilter. Fix will be in the next commit, along with "fake" table support. Fix dbtest to work with table data instead of fake rows. Make sure tables a, b, c, and d have the same rows as in C# version. PhysicScan is begining to work with base tables. It needs to go through a Project operator, without a project, it now works like select * from tab.