Package com.google.refine.expr
Class ExpressionUtils
java.lang.Object
com.google.refine.expr.ExpressionUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidbind(Properties bindings, Row row, int rowIndex, String columnName, Cell cell) static PropertiescreateBindings(Project project) static booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanisStorable(Object v) static booleanstatic voidregisterBinder(Binder binder) static booleanstatic Collection<Object>static Serializable
-
Field Details
-
s_binders
-
-
Constructor Details
-
ExpressionUtils
public ExpressionUtils()
-
-
Method Details
-
registerBinder
-
createBindings
-
bind
-
isError
-
isNonBlankData
-
isTrue
-
sameValue
-
isStorable
-
wrapStorable
-
isArray
-
isArrayOrCollection
-
isArrayOrList
-
toObjectList
-
toObjectCollection
-