nth_value

Type Alias nth_value 

Source
pub type nth_value<V, N> = nth_value<SqlTypeOf<V>, <V as AsExpression<SqlTypeOf<V>>>::Expression, <N as AsExpression<Integer>>::Expression>;
Expand description

The return type of nth_value(expr, n)

Aliased Typeยง

pub struct nth_value<V, N> { /* private fields */ }