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

[jira] [Resolved] (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 ]

Vladimir Sitnikov resolved CALCITE-4288.
----------------------------------------
    Fix Version/s: 1.26.0
       Resolution: Fixed

Implemented in https://github.com/apache/calcite/commit/14d5e3b0dfdba70a24cb5486275a1c973efa347c

> 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
>             Fix For: 1.26.0
>
>          Time Spent: 2h 20m
>  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)