UDTF invocation forms

You can invoke a table function by using the following syntax form:
TABLE(func_name(args))

The TABLE syntax causes the query to use normal table behavior, which means that the UDTF is invoked once per each input row.