Skip to main content

where

Function where 

Source
pub fn where(
    condition: impl AsRef<Array>,
    a: impl AsRef<Array>,
    b: impl AsRef<Array>,
) -> Result<Array>
👎Deprecated since 0.26.0:

renamed to select

Expand description

Compatibility alias for select.