-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.0.4
-
Component/s: Code Generator
-
Labels:None
-
Pull Request URL:
-
Compatibility:Point
The following code generates a compile error:
dsOuter := DATASET([1,2,3,4,5,6,7,8,9], { unsigned i }); dsInner1 := DATASET([11,12,13,14,15,16,17,18,19], { unsigned i }); innerSum1(unsigned x) := SUM(dsInner1, i * x); outerSum1(unsigned x) := SUM(dsOuter, x * innerSum1(i));
Because it is not taking into account the parameter of the aggregate
- relates to
-
HPCC-20921 Optimize cacheTablesUsed()
-
- Scheduled
-