BiteTheDDDDt commented on code in PR #60079:
URL: https://github.com/apache/doris/pull/60079#discussion_r2711401868


##########
be/src/vec/functions/function.h:
##########
@@ -170,6 +170,8 @@ class IFunctionBase {
     virtual const DataTypes& get_argument_types() const = 0;
     virtual const DataTypePtr& get_return_type() const = 0;
 
+    virtual double execute_cost() const { return 1.0; }
+

Review Comment:
   @copilot open a new pull request to apply changes based on [this 
feedback](https://github.com/apache/doris/pull/60079#discussion_r2708545340)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to