• Alexander Barkov's avatar
    Splitting a static function get_func_mm_tree() into virtual · 6e091dc7
    Alexander Barkov authored
    methods in Item_bool_func descendants, which gives some advantages:
    - Removing the "bool inv" parameter, as its now available through "this"
      for Item_func_between and Item_func_in, and is not needed for the other
      Item_func_xxx.
    - Removing casts
    - Making a step to data types plugings
    6e091dc7
opt_range.cc 492 KB