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

[jira] [Created] (CALCITE-3323) Handle arbitrary/unknown functions that have ordinary syntax

Ryan Fu created CALCITE-3323:
--------------------------------

             Summary: Handle arbitrary/unknown functions that have ordinary syntax
                 Key: CALCITE-3323
                 URL: https://issues.apache.org/jira/browse/CALCITE-3323
             Project: Calcite
          Issue Type: New Feature
            Reporter: Ryan Fu


Add a strategy where if a function has ordinary function syntax and we don't recognize it we assume that it can take any argument types and returns a result of unknown type.

We will still need to change the parser to handle functions with non-standard syntax (e.g. DATEADD). And it's a good idea to explicitly add commonly used non-standard functions (e.g. MD5, CONCAT).”



--
This message was sent by Atlassian Jira
(v8.3.2#803003)