We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46b2cb commit dc3b258Copy full SHA for dc3b258
src/execution/mock_scan_executor.cpp
@@ -407,7 +407,7 @@ auto GetFunctionOf(const MockScanPlanNode *plan) -> std::function<Tuple(size_t)>
407
return Tuple{values, &plan->OutputSchema()};
408
};
409
}
410
- // select * from __mock_external_merge_sort_input order by v2 desc, v3 asc limit 100;
+
411
if (table == "__mock_external_merge_sort_input") {
412
return [plan](size_t cursor) {
413
std::vector<Value> values{};
0 commit comments