create_window_expr_with_name

Function create_window_expr_with_name 

Source
pub fn create_window_expr_with_name(
    e: &Expr,
    name: impl Into<String>,
    logical_schema: &DFSchema,
    execution_props: &ExecutionProps,
) -> Result<Arc<dyn WindowExpr>>
Expand description

Create a window expression with a name from a logical expression