-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
) * invalid: `NestLoopJoin` is currently not supported, so when Join exists Or, the corresponding exception is thrown. * perf: when `And` has multiple `Eq`, the effect of `Dummy` is returned, and the cases of `Dummy` and `Unbound` are distinguished: `EmptyVec` that originally represented `Unbound` is replaced by `ScopeUnbound`, and `EmptyVec` represents `Dummy` invalid: when the index is `PrimaryKey`, the cost will not multiply by 2. * fix: checkout HashJoin's eq conditions and fix the problem of missing on conditions when multi-layer Join ... - invalid: when there is no equivalent condition in HashJoin, an exception is thrown - fix: the problem of missing on conditions when multi-layer Join - fix: being classified as an `And` condition when `And` and `Or` exist - perf: `And` when multiple `Eq` conditions exist at the same time, return `Dummy` - fix: When the range in `Or` is `Unbound`, `Dummy` is returned. * docs: remove Incorrect Tips * version update * fix: the problem of incorrect `ConstantBinary::and_scope_aggregation` when `And` exists in `Or` and Ignore `ConstantBinary::Scope` whose lower bound is larger than the upper bound and When the same NotEq and Eq exist in or, convert to Unbound
- Loading branch information
Showing
19 changed files
with
293 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
[package] | ||
name = "fnck_sql" | ||
version = "0.0.1-alpha.11" | ||
version = "0.0.1-alpha.11.fix2" | ||
edition = "2021" | ||
authors = ["Kould <[email protected]>", "Xwg <[email protected]>"] | ||
description = "Fast Insert OLTP SQL DBMS" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.