Function mz_sql::plan::query::plan_window_function_non_aggr
source ยท fn plan_window_function_non_aggr<'a>(
ecx: &ExprContext<'_>,
_: &'a Function<Aug>,
) -> Result<(bool, Vec<HirScalarExpr>, Vec<ColumnOrder>, WindowFrame, Vec<HirScalarExpr>, Vec<CoercibleScalarExpr>), PlanError>
Expand description
The common part of the planning of non-aggregate window functions, i.e., scalar window functions and value window functions.