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 classCoalesceclassCrossclassFacetCountclassGetclassHasFieldclassJsonizeclassLengthclassSliceclassTimeSinceUnixEpochToDateclassToDateclassToNumberclassToStringclassType -
Uses of Function in org.openrefine.expr.functions.arrays
Classes in org.openrefine.expr.functions.arrays that implement Function Modifier and Type Class Description classArgsToArrayclassInArrayclassJoinclassReverseclassSortclassUniques -
Uses of Function in org.openrefine.expr.functions.booleans
Classes in org.openrefine.expr.functions.booleans that implement Function Modifier and Type Class Description classAndclassNotclassOrclassXor -
Uses of Function in org.openrefine.expr.functions.date
Classes in org.openrefine.expr.functions.date that implement Function Modifier and Type Class Description classDatePartclassIncclassNow -
Uses of Function in org.openrefine.expr.functions.html
Classes in org.openrefine.expr.functions.html that implement Function Modifier and Type Class Description classInnerHtmlclassParseHtml -
Uses of Function in org.openrefine.expr.functions.math
Classes in org.openrefine.expr.functions.math that implement Function Modifier and Type Class Description classAbsclassACosclassASinclassATanclassATan2classCeilclassCombinclassCosclassCoshclassDegreesclassEvenclassExpclassFactclassFactNclassFloorclassGreatestCommonDenominatorclassLeastCommonMultipleclassLnclassLogclassMaxclassMinclassModclassMultinomialclassOddclassPowclassQuotientclassRadiansclassRandomNumberclassRoundclassSinclassSinhclassSumclassTanclassTanh -
Uses of Function in org.openrefine.expr.functions.strings
Classes in org.openrefine.expr.functions.strings that implement Function Modifier and Type Class Description classChompclassContainsclassDecodeclassDetectLanguageclassDiffclassEncodeclassEndsWithclassEscapeclassFindclassFingerprintclassIndexOfclassLastIndexOfclassMatchclassMD5classNGramclassNGramFingerprintclassParseJsonclassParseUriParse a URI string into its components and returns a JSON object with the following keys: scheme, authority, path, query, fragment, host, port.classPartitionclassPhoneticclassRangeImplements the logic behind the range function.classReinterpretclassReplaceclassReplaceCharsclassReplaceEachclassRPartitionclassSHA1classSmartSplitclassSplitclassSplitByCharTypeclassSplitByLengthsclassStartsWithclassToLowercaseclassToTitlecaseclassToUppercaseclassTrimclassUnescapeclassUnicodeclassUnicodeType -
Uses of Function in org.openrefine.expr.functions.xml
Classes in org.openrefine.expr.functions.xml that implement Function Modifier and Type Class Description classInnerXmlclassOwnTextclassParentclassParseXmlclassScriptTextclassSelectXmlclassWholeTextclassXmlAttrclassXmlText -
Uses of Function in org.openrefine.grel
Classes in org.openrefine.grel that implement Function Modifier and Type Class Description classPureFunctionFunction 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 FunctionControlFunctionRegistry. 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 StringControlFunctionRegistry. getFunctionName(Function f)static voidControlFunctionRegistry. 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 FunctionFunctionCallExpr. _functionConstructors 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 classWikibaseIssuesFunctionGREL function which computes the "aggregation identifiers" of the issues found on the edits generated by a given row.
-