Welcome to another exciting installment of “<STRIKE>Deep Thoughts by Jack Handy<BR><BR></STRIKE> <BR>T-SQL Theory questions that only Maxer seems to care about ...
GoogleSQL supports table-valued functions (TVFs). A TVF returns an entire output table instead of a single scalar value, and appears in the FROM clause like a table subquery. CREATE ... TABLE FUNCTION ...
When attempting to parse PostgreSQL view definitions to identify dependent tables using sqlglot, the find_all(exp.Table) method returns table-valued functions in addition to actual storage tables.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results