Navigation
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the value of a variable for the first row in a given analytic window. –>
dynamic (input-dependent)
@variable
true
-
@ignore_null
any of: IGNORE
, RESPECT
false
(Ignore nulls (default))
Returns the value of a variable on a preceding row within the analytic window –>
dynamic (input-dependent)
@variable
true
-
@literal
false
(1)
@default_value
false
(NULL)
dynamic (input-dependent)
@variable
true
-
@ignore_null
any of: IGNORE
, RESPECT
false
(Ignore nulls (default))
dynamic (input-dependent)
@variable
true
-
@literal
false
(1)
@default_value
false
(NULL)
dynamic (input-dependent)
@variable
true
-
@literal
true
-
@ignore_null
any of: IGNORE
, RESPECT
false
(Ignore nulls (default))
float
@variable
true
(variable)
@literal
true
(Value between [0, 1])
@ignore_null
any of: IGNORE
, RESPECT
false
(Ignore nulls (default))
float
@variable
true
(variable)
@literal
true
(Value between [0, 1])
@ignore_null
any of: IGNORE
, RESPECT
false
(Ignore nulls (default))
any
any
any
any
Returns the value of a variable for the last row in a given analytic window. –>
any
Returns the value of a variable on a subsequent row within the analytic window –>
any
any
any
Returns the value at the Nth row of a given window frame. –>
any
any
Computes the specified percentile value for a variable within an ordered partition, with linear interpolation. –>
any ,
any
Computes the specified percentile value for a variable within an ordered partition. Returns the first sorted value with cumulative distribution greater than or equal to the percentile. –>
any ,
any