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
first_value in datafusion::functions_aggregate::first_last - Rust
[go: Go Back, main page]

Function datafusion::functions_aggregate::first_last::first_value

source ยท
pub fn first_value(
    args: Vec<Expr>,
    distinct: bool,
    filter: Option<Box<Expr>>,
    order_by: Option<Vec<Expr>>,
    null_treatment: Option<NullTreatment>,
) -> Expr
Expand description

Returns the first value in a group of values.