Module arrow2::compute::if_then_else
source · [−]Expand description
Contains the operator if_then_else.
Functions
Returns the values from lhs if the predicate is true or from the rhs if the predicate is false
Returns None if the predicate is None.