You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "walterddr (via GitHub)" <gi...@apache.org> on 2023/03/29 14:41:20 UTC

[GitHub] [pinot] walterddr commented on pull request #10488: [multistage] Adding Stage node support for CorrelateNode and UncollectNode

walterddr commented on PR #10488:
URL: https://github.com/apache/pinot/pull/10488#issuecomment-1488757582

   > @xiangfu0 Would `CROSS JOIN UNNEST` between correlated LHS and RHS (UNNEST basically operates on a field that belongs to left join relation) results only in the cross product of the current row of the left table with all the rows from the UNNEST output?
   
   that's the definition when doing 
   ```
   ... FROM tbl CROSS JOIN UNNEST(tbl.arrCol)
   ```
   see LATERAL & UNNEST in https://www.postgresql.org/docs/current/queries-table-expressions.html


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org