coalesce function

Return first non null argument.

Return first non null argument.

This function is useful when processing complex arguments with multiple possible defaults based on other arguments that may or may not have been provided.

coalesce(...)

Arguments

  • ...: List of values.

Returns

First non null element in ....

Author(s)

Olaf Mersmann olafm@statistik.tu-dortmund.de