Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize LIKE when user specified escape char
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