mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-12-23 11:12:51 +00:00
Merge e23b98dcd8 into 355a3bfd90
This commit is contained in:
commit
b2a936691f
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ fn basic_queries(c: &mut Criterion) {
|
|||
let tables = (0..1000)
|
||||
.map(|n| format!("TABLE_{n}"))
|
||||
.collect::<Vec<_>>()
|
||||
.join(" JOIN ");
|
||||
.join(" CROSS JOIN ");
|
||||
let where_condition = (0..1000)
|
||||
.map(|n| format!("COL_{n} = {n}"))
|
||||
.collect::<Vec<_>>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue