Uses of Interface
org.openrefine.grel.Function
-
-
Uses of Function in org.openrefine.expr.functions
Classes in org.openrefine.expr.functions that implement Function Modifier and Type Class Description class
Coalesce
class
Cross
class
FacetCount
class
Get
class
HasField
class
Jsonize
class
Length
class
Slice
class
TimeSinceUnixEpochToDate
class
ToDate
class
ToNumber
class
ToString
class
Type
-
Uses of Function in org.openrefine.expr.functions.arrays
Classes in org.openrefine.expr.functions.arrays that implement Function Modifier and Type Class Description class
ArgsToArray
class
InArray
class
Join
class
Reverse
class
Sort
class
Uniques
-
Uses of Function in org.openrefine.expr.functions.booleans
Classes in org.openrefine.expr.functions.booleans that implement Function Modifier and Type Class Description class
And
class
Not
class
Or
class
Xor
-
Uses of Function in org.openrefine.expr.functions.date
Classes in org.openrefine.expr.functions.date that implement Function Modifier and Type Class Description class
DatePart
class
Inc
class
Now
-
Uses of Function in org.openrefine.expr.functions.html
Classes in org.openrefine.expr.functions.html that implement Function Modifier and Type Class Description class
InnerHtml
class
ParseHtml
-
Uses of Function in org.openrefine.expr.functions.math
Classes in org.openrefine.expr.functions.math that implement Function Modifier and Type Class Description class
Abs
class
ACos
class
ASin
class
ATan
class
ATan2
class
Ceil
class
Combin
class
Cos
class
Cosh
class
Degrees
class
Even
class
Exp
class
Fact
class
FactN
class
Floor
class
GreatestCommonDenominator
class
LeastCommonMultiple
class
Ln
class
Log
class
Max
class
Min
class
Mod
class
Multinomial
class
Odd
class
Pow
class
Quotient
class
Radians
class
RandomNumber
class
Round
class
Sin
class
Sinh
class
Sum
class
Tan
class
Tanh
-
Uses of Function in org.openrefine.expr.functions.strings
Classes in org.openrefine.expr.functions.strings that implement Function Modifier and Type Class Description class
Chomp
class
Contains
class
Decode
class
DetectLanguage
class
Diff
class
Encode
class
EndsWith
class
Escape
class
Find
class
Fingerprint
class
IndexOf
class
LastIndexOf
class
Match
class
MD5
class
NGram
class
NGramFingerprint
class
ParseJson
class
ParseUri
Parse a URI string into its components and returns a JSON object with the following keys: scheme, authority, path, query, fragment, host, port.class
Partition
class
Phonetic
class
Range
Implements the logic behind the range function.class
Reinterpret
class
Replace
class
ReplaceChars
class
ReplaceEach
class
RPartition
class
SHA1
class
SmartSplit
class
Split
class
SplitByCharType
class
SplitByLengths
class
StartsWith
class
ToLowercase
class
ToTitlecase
class
ToUppercase
class
Trim
class
Unescape
class
Unicode
class
UnicodeType
-
Uses of Function in org.openrefine.expr.functions.xml
Classes in org.openrefine.expr.functions.xml that implement Function Modifier and Type Class Description class
InnerXml
class
OwnText
class
Parent
class
ParseXml
class
ScriptText
class
SelectXml
class
WholeText
class
XmlAttr
class
XmlText
-
Uses of Function in org.openrefine.grel
Classes in org.openrefine.grel that implement Function Modifier and Type Class Description class
PureFunction
Function whose value only depends on the values of its arguments and not of the global state which can be accessed via the context.Methods in org.openrefine.grel that return Function Modifier and Type Method Description static Function
ControlFunctionRegistry. getFunction(String name)
Methods in org.openrefine.grel that return types with arguments of type Function Modifier and Type Method Description static Map<String,Function>
ControlFunctionRegistry. getFunctionMap()
static Set<Map.Entry<String,Function>>
ControlFunctionRegistry. getFunctionMapping()
Methods in org.openrefine.grel with parameters of type Function Modifier and Type Method Description static String
ControlFunctionRegistry. getFunctionName(Function f)
static void
ControlFunctionRegistry. registerFunction(String name, Function f)
-
Uses of Function in org.openrefine.grel.ast
Fields in org.openrefine.grel.ast declared as Function Modifier and Type Field Description protected Function
FunctionCallExpr. _function
Constructors in org.openrefine.grel.ast with parameters of type Function Constructor Description FunctionCallExpr(GrelExpr[] args, Function f, String sourceName)
-
Uses of Function in org.openrefine.wikibase.functions
Classes in org.openrefine.wikibase.functions that implement Function Modifier and Type Class Description class
WikibaseIssuesFunction
GREL function which computes the "aggregation identifiers" of the issues found on the edits generated by a given row.
-