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