Package org.rumbledb.runtime.flwor.udfs
Class GenericLetClauseUDF<T>
java.lang.Object
org.rumbledb.runtime.flwor.udfs.GenericLetClauseUDF<T>
- All Implemented Interfaces:
Serializable
,org.apache.spark.sql.api.java.UDF1<org.apache.spark.sql.Row,
T>
public class GenericLetClauseUDF<T>
extends Object
implements org.apache.spark.sql.api.java.UDF1<org.apache.spark.sql.Row,T>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGenericLetClauseUDF
(RuntimeIterator expression, DynamicContext context, List<FlworDataFrameColumn> columns, String classSimpleName) -
Method Summary
-
Constructor Details
-
GenericLetClauseUDF
public GenericLetClauseUDF(RuntimeIterator expression, DynamicContext context, List<FlworDataFrameColumn> columns, String classSimpleName)
-
-
Method Details
-
call
- Specified by:
call
in interfaceorg.apache.spark.sql.api.java.UDF1<org.apache.spark.sql.Row,
T>
-
toDFValue
-