Fix compile error after merge

This commit is contained in:
Jussi Saurio
2025-05-20 14:19:32 +03:00
parent 57d8f20135
commit 9d3aca6e8f

View File

@@ -99,6 +99,7 @@ pub fn init_loop(
name: agg.args[0].to_string(),
order: SortOrder::Asc,
pos_in_table: 0,
collation: None, // FIXME: this should be inferred from the expression
}],
unique: false,
});