Skip to content

View rewrite

beoran requested to merge beoran/ql:view-rewrite into view-rewrite

This MR contains the last features I wanted from views ,namely the __ViewColumn virtual table, and the possibility to select also from constants and expressions in views, without requiring a table. For the latter, expressions and builtin functions had to be made typed. There are also some fixes to type checking of views. Finally iy also contains hopefully sufficient documentation on views and the view tables.

Edited by beoran

Merge request reports