Mapping arithmetic '+' operator with Date and Timestamp operands to target dialect functions

2019-08-26 Thread Sachin Rohaj
Hello Xing, No I will not be maintaining a customized `SqlImplementor`, rather I'll be making changes in the existing `SqlImplementor`. Regards, Sachin

Mapping arithmetic '+' operator with Date and Timestamp operands to target dialect functions

2019-08-23 Thread Sachin Rohaj
Hello, In one of my use case i am working on DATE and TIMESTAMP based operands. We have select date + interval '1' DAY from table; I need to map this to target dialect. select target_func(date, interval '1' DAY) from table; *Approach*: I am planning to intercept the '+' operator in the