You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Praveen Kumar Desabandu (JIRA)" <ji...@apache.org> on 2019/07/09 15:44:00 UTC

[jira] [Created] (CALCITE-3187) Derive all decimal return type through type factory

Praveen Kumar Desabandu created CALCITE-3187:
------------------------------------------------

             Summary: Derive all decimal return type through type factory
                 Key: CALCITE-3187
                 URL: https://issues.apache.org/jira/browse/CALCITE-3187
             Project: Calcite
          Issue Type: Improvement
          Components: core
            Reporter: Praveen Kumar Desabandu


Currently decimal product and quotient return types are derived through type factory, this allows clients to override the return type if they so desire.

But decimal sum is embedded in return types, also decimal mod does not have a return type inference defined.

This task is to derive all of the return types through type factory, so that clients can override if they wish to.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)