Function datafusion::physical_planner::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