zhouqingqing / qpmodel

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

[bug] Incorrect NULL argument handling in functions #215 #218

Closed zhouruiapple closed 3 years ago

zhouruiapple commented 3 years ago

The function expression is converted to a constant expression by normalizer when the parameter is null. Do not need to check whether the parameter is the string type or not.