Class SmartSplit
- java.lang.Object
-
- org.openrefine.grel.PureFunction
-
- org.openrefine.expr.functions.strings.SmartSplit
-
- All Implemented Interfaces:
Serializable
,Function
public class SmartSplit extends PureFunction
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static com.opencsv.CSVParser
s_commaParser
protected static com.opencsv.CSVParser
s_tabParser
-
Constructor Summary
Constructors Constructor Description SmartSplit()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static com.opencsv.CSVParser
buildParser(char separator)
Object
call(Object[] args)
Computes the value of the function on the given argumentsString
getDescription()
String
getParams()
String
getReturns()
-
Methods inherited from class org.openrefine.grel.PureFunction
call
-
-
-
-
Method Detail
-
buildParser
protected static com.opencsv.CSVParser buildParser(char separator)
-
call
public Object call(Object[] args)
Description copied from class:PureFunction
Computes the value of the function on the given arguments- Specified by:
call
in classPureFunction
- Parameters:
args
- the values of the arguments- Returns:
- the return value of the function
-
getDescription
public String getDescription()
-
getParams
public String getParams()
-
getReturns
public String getReturns()
-
-