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

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

     [ https://issues.apache.org/jira/browse/CALCITE-4288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated CALCITE-4288:
------------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)