scalus icon indicating copy to clipboard operation
scalus copied to clipboard

Add Select to SIR

Open nau opened this issue 1 year ago • 1 comments

Add Select constructor to SIR.

obj.field should compile to Select(Var("obj"), "field") or something like that.

nau avatar May 07 '24 15:05 nau

An alternative variant is to introduce DataLenses API:

rssh avatar May 12 '24 11:05 rssh