Calcite has an IF function but it is only enabled in certain function tables, because it is non-standard.
> On Apr 16, 2021, at 6:12 AM, 段雄 <[email protected]> wrote: > > Hi all, I use calcite find can't handle if function well. > ``` > No match found for function signature IF(<BOOLEAN>, <CHARACTER>, > <CHARACTER>) (state=,code=0) > ``` > > So I want to add support this function in calcite, If you agree with this > view. > I will create an issue and work on. Thank you very much.
