Class Coalesce

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class Coalesce
    extends MultiaryFieldExpression
    Coalesce multiple sub FieldExpressions.

    This field returned for this FieldExpression will be that of the first non-null FieldExpression specified as arguments to this field expression. NOTE: the data type of the returned field will be the most lenient data type of all sub FieldExpressions. That is, if the child field expressions are of the data types INT, STRING, DOUBLE, then the returned field will be a STRING field.

    See Also:
    Serialized Form