beanquery icon indicating copy to clipboard operation
beanquery copied to clipboard

Implement `.*` oprator to select all fileds of a strctured type

Open dnicolodi opened this issue 8 months ago • 0 comments

Given a colum c with structured typeT having fields a and b, SELECT c.* would be equivalent to SELECT c.a, c.b.

dnicolodi avatar Jun 21 '24 20:06 dnicolodi