Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 committed Oct 15, 2024
1 parent 862a66b commit 19f0de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/vec/functions/function.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class IFunctionBase {

virtual bool is_use_default_implementation_for_constants() const = 0;

virtual bool is_udf_function() const { return false; }
virtual bool is_udf_function() const { return false; }

/// The property of monotonicity for a certain range.
struct Monotonicity {
Expand Down

0 comments on commit 19f0de1

Please sign in to comment.