Interface JavaUDTF3<A0,​A1,​A2>

  • All Superinterfaces:
    JavaUDTF, java.io.Serializable

    public interface JavaUDTF3<A0,​A1,​A2>
    extends JavaUDTF
    A Java UDTF interface that has 3 arguments.
    • Method Detail

      • process

        java.util.stream.Stream<Row> process​(A0 arg0,
                                             A1 arg1,
                                             A2 arg2)