Struct polars_plan::dsl::WhenThenThen
source · pub struct WhenThenThen { /* private fields */ }
Expand description
Intermediate state of chain when then exprs.
when(..).then(..)
when(..).then(..)
when(..).then(..)
.otherwise(..)`
Implementations§
Trait Implementations§
source§impl Clone for WhenThenThen
impl Clone for WhenThenThen
source§fn clone(&self) -> WhenThenThen
fn clone(&self) -> WhenThenThen
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more