polars_plan::utils

Function 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.