You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Ritesh (Jira)" <ji...@apache.org> on 2020/01/04 10:03:00 UTC

[jira] [Comment Edited] (CALCITE-3679) Calcite to support Lamda Expressions

    [ https://issues.apache.org/jira/browse/CALCITE-3679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17007966#comment-17007966 ] 

Ritesh edited comment on CALCITE-3679 at 1/4/20 10:02 AM:
----------------------------------------------------------

Please help in resolving lambda variable names in lambda expression. How do we resolve "a" in expression to parameter value any reference would be helpful. e.g.
{code:java}
(a)->2+2*a
{code}


was (Author: ritesh.kapoor):
Please help in resolving lambda variable names in lambda expression. How do we resolve a in expression to parameter value any reference would be helpful. e.g.
{code:java}
(a)->2+2*a)
{code}

> Calcite to support Lamda Expressions
> ------------------------------------
>
>                 Key: CALCITE-3679
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3679
>             Project: Calcite
>          Issue Type: New Feature
>            Reporter: Ritesh
>            Assignee: Ritesh
>            Priority: Major
>         Attachments: [CALCITE-3679]_Basic_implementation.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)