You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch adds session state arg for the [`TableFunctionImpl::call`] method.
It is useful to implement table functions depending on other tables from
the state. For example, a table functions that return current list of
all views in the state.
0 commit comments