Skip to content

[FEATURE] support for Spark (and others) lambda syntax #2030

Closed
@oscarbonilla-tid

Description

@oscarbonilla-tid

Grammar or Syntax Description

Spark supports lambda expressions in some functions (e.g. map_filter). It is not possible to parse queries using such functions

SQL Example

SELECT map_filter(my_column, (k,v) -> v.my_inner_column = 'some_value')
FROM my_table

Additional context

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions