Function polars_lazy::dsl::functions::dtype_cols

pub fn dtype_cols<DT>(dtype: DT) -> Expr
where DT: AsRef<[DataType]>,
Expand description

Select multiple columns by dtype.