Details
Description
Currently, queries like:
SELECT MAP(SELECT 'a', 1) SELECT ARRAY(SELECT 1)
Can't be executed, since logical plan contains Collect relational operator and there is no rule and no physical operator to convert this logical operator.
Attachments
Issue Links
- fixes
-
IGNITE-15620 Calcite. Support for ARRAY_AGG function.
- Resolved
- incorporates
-
IGNITE-15620 Calcite. Support for ARRAY_AGG function.
- Resolved
- is cloned by
-
IGNITE-19332 Sql. Support collections constuction from the query
- Open
- is part of
-
IGNITE-12248 Apache Calcite based query execution engine
- Open
- links to