Struct datafusion::physical_plan::expressions::NthValue
source · [−]pub struct NthValue { /* private fields */ }
Expand description
nth_value expression
Implementations
sourceimpl NthValue
impl NthValue
sourcepub fn first(
name: impl Into<String>,
expr: Arc<dyn PhysicalExpr>,
data_type: DataType
) -> Self
pub fn first(
name: impl Into<String>,
expr: Arc<dyn PhysicalExpr>,
data_type: DataType
) -> Self
Create a new FIRST_VALUE window aggregate function
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for NthValue
impl Send for NthValue
impl Sync for NthValue
impl Unpin for NthValue
impl !UnwindSafe for NthValue
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more