Vladimir Sitnikov created CALCITE-4288:
------------------------------------------
Summary: Create SqlTypeUtil#deriveType(SqlCallBinding) to make
type computation simpler
Key: CALCITE-4288
URL: https://issues.apache.org/jira/browse/CALCITE-4288
Project: Calcite
Issue Type: Improvement
Components: core
Affects Versions: 1.25.0
Reporter: Vladimir Sitnikov
Assignee: Vladimir Sitnikov
The following pattern repeats quite often, so it is worth extracting to a
separate method.
{code:java}
binding.getValidator().deriveType(binding.getScope(), binding.getCall())
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)