[Chore](function) set normal function use_default_implementation_for_constants to default (#27891)

set normal function use_default_implementation_for_constants to default
This commit is contained in:
Pxl
2023-12-04 14:19:25 +08:00
committed by GitHub
parent e19af1b2ed
commit 2b715924c5
12 changed files with 34 additions and 57 deletions

View File

@ -49,8 +49,6 @@ public:
bool use_default_implementation_for_nulls() const override { return true; }
bool use_default_implementation_for_constants() const override { return true; }
size_t get_number_of_arguments() const override { return 2; }
ColumnNumbers get_arguments_that_are_always_constant() const override { return {1}; }