Package org.rumbledb.runtime.flwor.udfs
Class IntegerSerializeUDF
java.lang.Object
org.rumbledb.runtime.flwor.udfs.IntegerSerializeUDF
- All Implemented Interfaces:
Serializable
,org.apache.spark.sql.api.java.UDF1<Integer,
byte[]>
public class IntegerSerializeUDF
extends Object
implements org.apache.spark.sql.api.java.UDF1<Integer,byte[]>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntegerSerializeUDF
public IntegerSerializeUDF()
-
-
Method Details
-
call
- Specified by:
call
in interfaceorg.apache.spark.sql.api.java.UDF1<Integer,
byte[]>
-