You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Vladimir Sitnikov (Jira)" <ji...@apache.org> on 2020/09/27 18:56:00 UTC

[jira] [Created] (CALCITE-4288) Create SqlTypeUtil#deriveType(SqlCallBinding) to make type computation simpler

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)