[Bug](function) Fix constant predicate evaluation (#13346)
This commit is contained in:
@ -31,7 +31,7 @@ public:
|
||||
|
||||
String get_name() const override { return name; }
|
||||
|
||||
bool use_default_implementation_for_constants() const override { return false; }
|
||||
bool use_default_implementation_for_constants() const override { return true; }
|
||||
|
||||
bool use_default_implementation_for_nulls() const override { return false; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user