Skip to content

Commit

Permalink
Optimize LIKE when user specified escape char
Browse files Browse the repository at this point in the history
Currently we have optimization for LIKE only when user does not
specify escape char, this commit provides optimization(kPrefix,
kSuffix, kFixed, kSubstring) when user specified escape char.
  • Loading branch information
xumingming committed Nov 26, 2023
1 parent 409877a commit 0bb581d
Show file tree
Hide file tree
Showing 3 changed files with 428 additions and 124 deletions.
Loading

0 comments on commit 0bb581d

Please sign in to comment.