exasol / script-languages

Base Repository for the Script Language Container for user defined functions (UDF's) that can be used in the EXASOL database. You can find the release repository under https://github.com/exasol/script-languages-release
https://docs.exasol.com/database_concepts/udf_scripts.htm
MIT License
13 stars 15 forks source link

#969: Use new CTPG parser in java vm #455

Closed tomuben closed 2 weeks ago

tomuben commented 1 month ago

related to https://github.com/exasol/script-languages-release/issues/969

Please note: The unit tests at https://github.com/exasol/script-languages/blob/master/exaudfclient/base/javacontainer/test/cpp/javacontainer_test.cc are being re-used to test identical behavior of both parser: The old (named legacy) parser, and the new (based on CTPG) parser.