Calling a parameterized view in sql (or a subscription) will be the same as calling a function. ```sql SELECT * FROM my_view(1) ``` We need to extend the sql api to support function call syntax.