Package com.google.refine.expr
package com.google.refine.expr
-
ClassDescriptionAn error that occurs during the evaluation of an Evaluable.Interface for evaluable expressions in any arbitrary language.Interface for objects that have named fields, which can be retrieved using the dot notation or the bracket notation, e.g., cells.Country, cells["Type of Disaster"].Interface for objects each of which is a list of HasFields objects of the same kind (e.g., list of cells).