Please do not post any internal, closed source snippets on this public issue tracker!
Purpose
Please describe the end goal you are trying to achieve that has led you to request this feature.
Currently, it's easy to nest a set of attributes, but not easy to nest by a set of attributes, that is nest every attribute other than a specified set.
Suggested approaches
What have you tried, and how might this problem be solved?
550 will tackle |x, y| syntax and its complement, ~|x, y| for tuple projection. Implement the same syntax for nest. Consider also #452, which should be sorted out before tackling this issue.
Please do not post any internal, closed source snippets on this public issue tracker!
Purpose
Currently, it's easy to nest a set of attributes, but not easy to nest by a set of attributes, that is nest every attribute other than a specified set.
Suggested approaches
550 will tackle
|x, y|
syntax and its complement,~|x, y|
for tuple projection. Implement the same syntax for nest. Consider also #452, which should be sorted out before tackling this issue.