zhouqingqing / qpmodel

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

Andb parser int #274

Closed pkommoju closed 3 years ago

pkommoju commented 3 years ago

ANDB parser integration into native code.

Please read qpmodel/docs/using_andb_parser.txt before attempting to build it on Windows. I have not built native code on Linux, therefore I am not sure how the CMake system may have to be adapted to produce the effects of the script the document refers to. Also to note is the fact that server/experimental/src/common has a public domain getopt header and C file to implement the option processing required for andb.exe (the command line driver for the native code). getopt.cpp needs to be excluded from SRC_LIST in server/experimental/src/common/CMakeLists.txt when running on Linux.