Interface SqlFunction3<T1,​T2,​T3,​R>

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

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