[Bug](function) fix function in get wrong result when input const column (#19791)
fix function in get wrong result when input const column
This commit is contained in:
@ -55,7 +55,6 @@ public:
|
||||
|
||||
size_t get_number_of_arguments() const override { return 1; }
|
||||
bool use_default_implementation_for_nulls() const override { return false; }
|
||||
bool use_default_implementation_for_constants() const override { return true; }
|
||||
ColumnNumbers get_arguments_that_dont_imply_nullable_return_type(
|
||||
size_t /*number_of_arguments*/) const override {
|
||||
return {0};
|
||||
|
||||
Reference in New Issue
Block a user