Trait polars_plan::dsl::RenameAliasFn

source ·
pub trait RenameAliasFn: Send + Sync {
    // Required method
    fn call(&self, name: &str) -> PolarsResult<String>;
}

Required Methods§

source

fn call(&self, name: &str) -> PolarsResult<String>

Trait Implementations§

source§

impl Debug for dyn RenameAliasFn

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Implementors§