This issue is both a request and a question.
First the question: Why the items contained in the GROUP BY block is also returned in the result.
For example the following example will return both res and value:
<< group {res = sum[t.value]} by {t.value} | t in $table$ >>
So, let's imagine value is something big to send and we don't need it, then we will have a substantial performance lose.
Is it something possible ? Maybe we can have a extra operator to say this is something to not add to the result ?
This issue is both a request and a question.
First the question: Why the items contained in the GROUP BY block is also returned in the result.
For example the following example will return both
resandvalue:So, let's imagine
valueis something big to send and we don't need it, then we will have a substantial performance lose.Is it something possible ? Maybe we can have a extra operator to say this is something to not add to the result ?