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_udwf_window_expr in datafusion::physical_plan::windows - Rust
[go: Go Back, main page]

datafusion::physical_plan::windows

Function create_udwf_window_expr

Source
pub fn create_udwf_window_expr(
    fun: &Arc<WindowUDF>,
    args: &[Arc<dyn PhysicalExpr>],
    input_schema: &Schema,
    name: String,
    ignore_nulls: bool,
) -> Result<Arc<dyn StandardWindowFunctionExpr>, DataFusionError>
Expand description

Creates a StandardWindowFunctionExpr suitable for a user defined window function