I - input parameter typeU - output parameter type
the abstract class of the UDF function,
all udf functions must inherit this class and
implement all the abstract methods in the class.public abstract class UDF<I,U> extends Object
Copyright © 2019. All rights reserved.