Skip to content

JSQLParser 5.1: LambdaExpression parameters error #2195

Open
@style1002

Description

@style1002

The first parameter of the array_map function is (x, y, z) -> x + y, but it is incorrectly parsed as (x, y, z).

Statement statement = CCJSqlParserUtil.parse("select array_map((x,y,z) -> x + y, [1], [2], [4]) FROM table_name");

Software Information:

  • JSqlParser version 5.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions