[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:
@ -552,8 +552,6 @@ public:
|
||||
// The second parameter of "trim" is a constant.
|
||||
ColumnNumbers get_arguments_that_are_always_constant() const override { return {1}; }
|
||||
|
||||
bool use_default_implementation_for_constants() const override { return true; }
|
||||
|
||||
DataTypes get_variadic_argument_types_impl() const override {
|
||||
return impl::get_variadic_argument_types();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user