DslNameGenerator

Type Alias DslNameGenerator 

pub type DslNameGenerator = PlanCallback<usize, String>;

Aliased Type§

pub enum DslNameGenerator {
    Python(SpecialEq<Arc<PythonObject>>),
    Rust(SpecialEq<Arc<dyn Fn(usize) -> Result<String, PolarsError> + Send + Sync>>),
}

Variants§

§

Python(SpecialEq<Arc<PythonObject>>)

§

Rust(SpecialEq<Arc<dyn Fn(usize) -> Result<String, PolarsError> + Send + Sync>>)