Function polars_plan::utils::expressions_to_schema
source · pub fn expressions_to_schema(
expr: &[Expr],
schema: &Schema,
ctxt: Context
) -> PolarsResult<Schema>
Expand description
Take a list of expressions and a schema and determine the output schema.