Kenneth Knowles created BEAM-4703:
-------------------------------------
Summary: SQL operators should have overloading resolved statically
Key: BEAM-4703
URL: https://issues.apache.org/jira/browse/BEAM-4703
Project: Beam
Issue Type: New Feature
Components: dsl-sql
Reporter: Kenneth Knowles
Currently, operators like {{>, }}{{<=}}, and others dynamically dispatch on the
type of their operands. But SQL is statically typed, and we should both
validate the types (if Calcite doesn't do it for us) and gain performance by
avoiding this dispatch.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)