Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
create_window_expr_with_name in datafusion::physical_planner - Rust
[go: Go Back, main page]

datafusion::physical_planner

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