ftsrg/ingraph

Deduplicate ids in tuples

wafle opened this issue · 1 comments

wafle commented

Right now the query match (n:M) return n, n.id results in the tuples like (<id>, <same id>).

As we discussed on Slack, it should result in tuples like this, but this is a possible optimisation inside the engine - which could be supported by the compiler.