Certain functions and operations in DataWeave seem to execute in a lazy manner, not loading all records at once or only executing when called. At the same time, some seem to support streaming. What's the difference between the two?
Asked
Active
Viewed 173 times
10
-
Interesting question. Could you please pass those function examples – star Nov 26 '20 at 22:42
-
Does [this](https://stackoverflow.com/questions/21219667/stream-and-lazy-evaluation) help @afelisatti? – George Dec 29 '20 at 20:10
1 Answers
0
If the incoming payload is streamcapable. it cannot be accessed more than once and we can access it only in a sequential manner.

daringfireball
- 62
- 6