-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support lookup indexScan using IN expression as filter (#2906)
* Move PR from nebula-graph * Add method to convert AND expr to OR expr * Fix rewriteLogicalAndToLogicalOr() and clear tests * Fix tests Fix compilation * Forbid using string-related relational expressions as the filter of LOOKUP except STARTS/NOT STARTS WITH * Address comments * Add uts for rewriteInExpr() and rewriteLogicalAndToLogicalOr() * Check foldability of container expr in VidExtractVisitor
- Loading branch information
Showing
20 changed files
with
891 additions
and
411 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
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.