Skip to content

Commit a4d8401

Browse files
committed
Mark Item_func_vector_distance as final class
1 parent 16b03e0 commit a4d8401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/item_strfunc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ class Item_func_from_vector final : public Item_str_ascii_func {
13261326
String *val_str_ascii(String *str) override;
13271327
};
13281328

1329-
class Item_func_vector_distance : public Item_real_func {
1329+
class Item_func_vector_distance final : public Item_real_func {
13301330
public:
13311331
Item_func_vector_distance(const POS &pos, Item *ilist1, Item *ilist2,
13321332
Item *ilist3)

0 commit comments

Comments
 (0)