You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/03/20 08:50:50 UTC

[GitHub] [calcite] rubenada opened a new pull request #1119: [CALCITE-2937] Linq4j: implement LazyEnumerable

rubenada opened a new pull request #1119: [CALCITE-2937] Linq4j: implement LazyEnumerable
URL: https://github.com/apache/calcite/pull/1119
 
 
   Implement a LazyEnumerable: an Enumerable whose computation (via a Supplier) will be postponed until it is actually required.
   An example of use case could be CALCITE-2909, where a semiJoin implementation can be optimized by delaying the computation of the innerLookup until the moment when we are sure that it will be really needed, i.e. when the first outer enumerator item is processed.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services