correction accrding to ast modif$

This commit is contained in:
Simon Petit 2024-12-09 20:58:33 +01:00
parent 8d2d099974
commit ae9b0b5b79

View File

@ -19,7 +19,7 @@ let rec generate_from_clause tables =
let generate_logical_plan ast =
match ast with
| Ast.Query(Select(_, tables)) ->
| Ast.Query(Select(_, tables, _)) ->
let base_plan = generate_from_clause tables in
base_plan