[Bug](function) Fix constant predicate evaluation (#13346)

This commit is contained in:
Gabriel
2022-10-15 01:05:29 +08:00
committed by GitHub
parent 79a5125eff
commit 8218cfed40
6 changed files with 72 additions and 9 deletions

View File

@ -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; }