Struct datafusion::physical_plan::expressions::NthValue [−][src]
pub struct NthValue { /* fields omitted */ }
Expand description
nth_value expression
Implementations
pub fn first_value(
name: impl Into<String>,
expr: Arc<dyn PhysicalExpr>,
data_type: DataType
) -> Self
pub fn first_value(
name: impl Into<String>,
expr: Arc<dyn PhysicalExpr>,
data_type: DataType
) -> Self
Create a new FIRST_VALUE window aggregate function
pub fn last_value(
name: impl Into<String>,
expr: Arc<dyn PhysicalExpr>,
data_type: DataType
) -> Self
pub fn last_value(
name: impl Into<String>,
expr: Arc<dyn PhysicalExpr>,
data_type: DataType
) -> Self
Create a new LAST_VALUE window aggregate function