Interface SqlFunction4<T1,​T2,​T3,​T4,​R>

  • Type Parameters:
    T1 - the type of the first argument.
    T2 - the type of the second argument.
    T3 - the type of the third argument.
    T4 - the type of the fourth argument.
    R - the type of the result.
    All Superinterfaces:
    Serializable, SqlFunction, UDF4<T1,​T2,​T3,​T4,​R>

    public interface SqlFunction4<T1,​T2,​T3,​T4,​R>
    extends SqlFunction, UDF4<T1,​T2,​T3,​T4,​R>
    A registrable UDF function with three arguments.