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

Function datafusion::physical_plan::expressions::lead

source ยท
pub fn lead(
    name: String,
    data_type: DataType,
    expr: Arc<dyn PhysicalExpr>,
    shift_offset: Option<i64>,
    default_value: ScalarValue,
    ignore_nulls: bool
) -> WindowShift
Expand description

lead() window function