Function mz_sql::plan::query::expand_select_item
source ยท fn expand_select_item<'a>(
ecx: &ExprContext<'_>,
s: &'a SelectItem<Aug>,
table_func_names: &BTreeMap<String, Ident>,
) -> Result<Vec<(ExpandedSelectItem<'a>, ColumnName)>, PlanError>