Package org.openrefine.expr.functions
Class Cross
- java.lang.Object
-
- org.openrefine.expr.functions.Cross
-
- All Implemented Interfaces:
Serializable
,Function
public class Cross extends Object implements Function
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Cross()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
call(Properties bindings, Object[] args)
Computes the value of the function on the given argumentsString
getDescription()
String
getParams()
String
getReturns()
-
-
-
Method Detail
-
call
public Object call(Properties bindings, Object[] args)
Description copied from interface:Function
Computes the value of the function on the given arguments
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceFunction
-
getReturns
public String getReturns()
- Specified by:
getReturns
in interfaceFunction
-
-