Specifying UDTF arguments
The arguments that you specify for a UDTF can be in one of two
forms:
- All literal expression arguments
- A combination of literal expression and column expression arguments (also called a correlated table function)
The arguments that you specify (not the join qualifier) determine the type of correlation that occurs.