-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
There are use cases when you need to stop looping over an array once a condition is reached.
Currently, it is not possible to do that and we are obliged to loop over the entire array even if functionally we could just stop.