Re: Share intermediate data between nodes during plan execution

2023-05-24 Thread Stamatis Zampetakis
Hey Vladislav, I see two operators relevant to your use-case: * Spool [1] * Correlate [2] Both allow some form of propagating data from one side of the join to the other. Check the code and relevant discussions to see how they are used. Best, Stamatis [1] https://github.com/apache/calcite/blob

Re: Share intermediate data between nodes during plan execution

2023-05-24 Thread Dan Zou
Hi Vladislav, Could you please provide more details? Do you want to reuse part of RelNode trees? Best, Dan Zou > 2023年5月24日 06:44,Vladislav Matyushevski 写道: > > Vladislav

[jira] [Created] (CALCITE-5721) Capture build scans on ge.apache.org to benefit from deep build insights

2023-05-24 Thread Clay Johnson (Jira)
Clay Johnson created CALCITE-5721: - Summary: Capture build scans on ge.apache.org to benefit from deep build insights Key: CALCITE-5721 URL: https://issues.apache.org/jira/browse/CALCITE-5721 Project:

[jira] [Created] (CALCITE-5722) Sarg.isComplementedPoints fails with anti-points which are equal under `compareTo` but not `equals`

2023-05-24 Thread Ian Bertolacci (Jira)
Ian Bertolacci created CALCITE-5722: --- Summary: Sarg.isComplementedPoints fails with anti-points which are equal under `compareTo` but not `equals` Key: CALCITE-5722 URL: https://issues.apache.org/jira/browse/CAL