You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some functions are supposed to return different types depending on the types of the parameters.
We deal with this adjusting the expression type in the expression visitor (see + - * / operators) or in the native function visitor (see nvl) but other cases are not yet handled; abs, log, power and trunc.
The fact that we need to make this gymnastic should be enough to refactor the function abstraction as extending the expression interfaces.
The text was updated successfully, but these errors were encountered:
Some functions are supposed to return different types depending on the types of the parameters.
We deal with this adjusting the expression type in the expression visitor (see + - * / operators) or in the native function visitor (see nvl) but other cases are not yet handled; abs, log, power and trunc.
The fact that we need to make this gymnastic should be enough to refactor the function abstraction as extending the expression interfaces.
The text was updated successfully, but these errors were encountered: