[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:
@ -60,8 +60,6 @@ public:
|
||||
|
||||
bool use_default_implementation_for_nulls() const override { return false; }
|
||||
|
||||
bool use_default_implementation_for_constants() const override { return true; }
|
||||
|
||||
template <typename SrcFieldType>
|
||||
using DstFieldType =
|
||||
typename NumberTraits::ResultOfSubtraction<SrcFieldType, SrcFieldType>::Type;
|
||||
|
||||
Reference in New Issue
Block a user