Uses of Interface
au.csiro.pathling.sql.udf.SqlFunction
-
Packages that use SqlFunction Package Description au.csiro.pathling.sql.udf -
-
Uses of SqlFunction in au.csiro.pathling.sql.udf
Subinterfaces of SqlFunction in au.csiro.pathling.sql.udf Modifier and Type Interface Description interfaceSqlFunction1<T1,R>A registrable UDF function with one argument.interfaceSqlFunction2<T1,T2,R>A registrable UDF function with two arguments.interfaceSqlFunction3<T1,T2,T3,R>A registrable UDF function with three arguments.interfaceSqlFunction4<T1,T2,T3,T4,R>A registrable UDF function with three arguments.interfaceSqlFunction5<T1,T2,T3,T4,T5,R>A registrable UDF function with three arguments.
-