JSqlParser icon indicating copy to clipboard operation
JSqlParser copied to clipboard

JSQLParser 5.1: LambdaExpression parameters error

Open style1002 opened this issue 8 months ago • 0 comments

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

style1002 avatar Mar 19 '25 10:03 style1002