[
https://issues.apache.org/jira/browse/PHOENIX-3355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15655629#comment-15655629
]
ASF GitHub Bot commented on PHOENIX-3355:
-----------------------------------------
Github user maryannxue commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/222#discussion_r87515224
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/parse/ParseNodeFactory.java ---
@@ -181,6 +184,11 @@ public static BuiltInFunctionInfo get(String
normalizedName, List<ParseNode> chi
return info;
}
+ public static Collection<BuiltInFunctionInfo> getAll(){
--- End diff --
Give it a better name please :)
> Register Phoenix built-in functions as Calcite functions
> --------------------------------------------------------
>
> Key: PHOENIX-3355
> URL: https://issues.apache.org/jira/browse/PHOENIX-3355
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: Eric Lomore
> Labels: calcite
> Attachments: PHOENIX-3355.function_constructor.patch,
> PHOENIX-3355.wip, PHOENIX-3355.wip2
>
>
> We should register all Phoenix built-in functions that don't exist in Calcite.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)