rheem-ecosystem / rheem

Rheem - a cross-platform data processing system
https://rheem-ecosystem.github.io
5 stars 0 forks source link

Collect cardinalities inside of loops #26

Closed luckyasser closed 7 years ago

luckyasser commented 7 years ago

From @sekruse on October 20, 2016 11:49

We are not yet storing cardinalities measured inside of loops. However, now that we are injecting OperatorContexts into the execution (also in loops), we should actually be able to store them.

Copied from original issue: daqcri/rheem#29