create_window_expr

Function create_window_expr 

Source
pub fn create_window_expr(
    e: &Expr,
    logical_schema: &DFSchema,
    execution_props: &ExecutionProps,
) -> Result<Arc<dyn WindowExpr>>
Expand description

Create a window expression from a logical expression or an alias