Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
@@ -289,7 +289,7 @@ static unsigned calcInlineFlags(BuildCtx * ctx, IHqlExpression * expr)
case no_getresult:
return expr->isDatarow() ? RETevaluate : RETassign;
case no_getgraphresult:
- if (expr->hasAttribute(_distributed_Atom))
+ if (expr->hasAttribute(_distributed_Atom) || expr->hasAttribute(_streaming_Atom))
return 0;
case no_temptable: