Package au.csiro.pathling.sql.udf
Interface SqlFunction2<T1,T2,R>
-
- Type Parameters:
T1- the type of the first argument.T2- the type of the second argument.R- the type of the result.
- All Superinterfaces:
Serializable,SqlFunction,UDF2<T1,T2,R>
public interface SqlFunction2<T1,T2,R> extends SqlFunction, UDF2<T1,T2,R>
A registrable UDF function with two arguments.
-
-
Method Summary
-
Methods inherited from interface au.csiro.pathling.sql.udf.SqlFunction
getName, getReturnType
-
-