-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expr: Unify the type infer between frontend and backend #1666
Comments
I agree we need better ways to align this part between frontend and backend, but they may not be unified into one. For example, the backend may only do |
In fact, backend can support interval * int16/32/64 #1596, the implicit cast may be avoid? cast has overhead on vectorized execution. |
That also works. But do we intend to avoid inserting implicit cast for all function operands? #1386 |
Is this done now? |
Mostly yes, except for some special cases. |
It's non-trivial, we need some design work.
The text was updated successfully, but these errors were encountered: