polars_plan::dsl

Trait RenameAliasFn

Source
pub trait RenameAliasFn: Send + Sync {
    // Required method
    fn call(&self, name: &PlSmallStr) -> PolarsResult<PlSmallStr>;

    // Provided method
    fn try_serialize(&self, _buf: &mut Vec<u8>) -> PolarsResult<()> { ... }
}

Required Methods§

Provided Methods§

Source

fn try_serialize(&self, _buf: &mut Vec<u8>) -> PolarsResult<()>

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§