Uses of Interface
com.google.refine.grel.Function
Packages that use Function
Package
Description
-
Uses of Function in com.google.refine.expr.functions
Classes in com.google.refine.expr.functions that implement Function -
Uses of Function in com.google.refine.expr.functions.arrays
Classes in com.google.refine.expr.functions.arrays that implement Function -
Uses of Function in com.google.refine.expr.functions.booleans
Classes in com.google.refine.expr.functions.booleans that implement Function -
Uses of Function in com.google.refine.expr.functions.date
Classes in com.google.refine.expr.functions.date that implement Function -
Uses of Function in com.google.refine.expr.functions.html
Classes in com.google.refine.expr.functions.html that implement Function -
Uses of Function in com.google.refine.expr.functions.math
Classes in com.google.refine.expr.functions.math that implement FunctionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of Function in com.google.refine.expr.functions.strings
Classes in com.google.refine.expr.functions.strings that implement FunctionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassParse a URI string into its components and returns a JSON object with the following keys: scheme, authority, path, query, fragment, host, port.classclassclassImplements the logic behind the range function.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of Function in com.google.refine.expr.functions.xml
Classes in com.google.refine.expr.functions.xml that implement Function -
Uses of Function in com.google.refine.grel
Methods in com.google.refine.grel that return FunctionModifier and TypeMethodDescriptionstatic FunctionControlFunctionRegistry.getFunction(String name) Methods in com.google.refine.grel that return types with arguments of type FunctionModifier and TypeMethodDescriptionControlFunctionRegistry.getFunctionMap()ControlFunctionRegistry.getFunctionMapping()Methods in com.google.refine.grel with parameters of type FunctionModifier and TypeMethodDescriptionstatic StringControlFunctionRegistry.getFunctionName(Function f) static voidControlFunctionRegistry.registerFunction(String name, Function f) -
Uses of Function in com.google.refine.grel.ast
Fields in com.google.refine.grel.ast declared as FunctionConstructors in com.google.refine.grel.ast with parameters of type Function