If the method implements an aggregate or table function, additional parameters are required.
IF you are writing … | THEN use this syntax for the parameter list … |
---|---|
a scalar function | Method Signature for Scalar UDFs |
an aggregate function | Method Signature for Aggregate UDFs |
a table function | Method Signature for Table UDFs |