iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

Improve likespeed

Open linxt20 opened this issue 1 year ago • 0 comments

This work is mainly part of the work to improve the efficiency of like matching, mainly including the following modifications:

  • Modify the call to the template processing function in like, and delete the redundant code for template processing
  • Use the new template class and matching class LikePattern and LikeMatcher at the same time, modify the call of the template class and the call of the matching method
  • Distinguish the call of regexp and like, and implement likecolumntransformer and liketransformer
  • Modify the use call of like in the original test, add the test of escape setting of like in the table model and the test of the functional correctness of like

linxt20 avatar Sep 20 '24 13:09 linxt20