Details
-
Bug
-
Status: Open
-
Not a Priority
-
Resolution: Unresolved
-
1.7.0
-
None
Description
If a function returns a composite type, for example, Row(lon: Float, lat: Float). There is currently no way of accessing fields.
Both queries fail with exceptions:
select t.c.lat, t.c.lon FROM (select toCoords(12) as c) AS t
select toCoords(12).lat
Attachments
Issue Links
- is blocked by
-
FLINK-11006 Update Calcite dependency to 1.18
- Closed
- is related to
-
CALCITE-2542 SqlNode AtomicRowExpression + DOT operation does not work for constructed ROWs
- Closed
- links to