Skip to content

Detach GROUP BY items and result #18

Description

@kit-ty-kate

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 ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions