Skip to content

JSQLParser 5.1: LambdaExpression parameters error #2195

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

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions