Hi,I have been fiddling around with UDF functions in calcite and it all seems to work as expected.
What I am wondering is there a way to add/extend operators in calcite?Lets say I wanted to have a syntax similar to postgress for ILIKE (case insensitive LIKE)
It appears I can create an operator for ILIKE but I do not seem to be able to get it wired in a way that it works without bracketing.
Is it possible? If so is there an example somewhere of something similar. regards Homer
