Trait polars_lazy::dsl::IntoListNameSpace
source · pub trait IntoListNameSpace {
// Required method
fn into_list_name_space(self) -> ListNameSpace;
}Available on crate feature
list_eval only.pub trait IntoListNameSpace {
// Required method
fn into_list_name_space(self) -> ListNameSpace;
}list_eval only.