We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355a3bf commit e23b98dCopy full SHA for e23b98d
sqlparser_bench/benches/sqlparser_bench.rs
@@ -51,7 +51,7 @@ fn basic_queries(c: &mut Criterion) {
51
let tables = (0..1000)
52
.map(|n| format!("TABLE_{n}"))
53
.collect::<Vec<_>>()
54
- .join(" JOIN ");
+ .join(" CROSS JOIN ");
55
let where_condition = (0..1000)
56
.map(|n| format!("COL_{n} = {n}"))
57
0 commit comments