[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:
@ -69,8 +69,6 @@ public:
|
||||
return Impl::get_variadic_argument_types();
|
||||
}
|
||||
|
||||
bool use_default_implementation_for_constants() const override { return true; }
|
||||
|
||||
Status execute_impl(FunctionContext* context, Block& block, const ColumnNumbers& arguments,
|
||||
size_t result, size_t input_rows_count) override {
|
||||
ColumnPtr& argument_column = block.get_by_position(arguments[0]).column;
|
||||
|
||||
Reference in New Issue
Block a user